有没有办法在HTML5或Javascript上集成指纹生物识别技术?

时间:2016-02-03 01:51:06

标签: javascript php jquery html5

我有这个需要指纹生物指标的新项目。

将使用常规指纹扫描仪设备,但我不太了解如何使用此设备使用Web技术(HTML,JS等),我已经知道一种方法是通过Java。我想知道是否有可能使用基本的网络技术,如Javascript,HTML5甚至PHP。

我需要做的就是将扫描指纹的图像保存到特定文件,但我不确定HTML5或Javascript是否可以单独执行此操作。

我需要知道这是否真的可行以及如何实现。 任何解决方案都可以。

由于

5 个答案:

答案 0 :(得分:6)

Firstly let me explain you the basic concept. For any external devices to interact , you need a device driver in the PC and a software that co-ordinates with the device driver to receive input and send outputs to the device.

You cannot do that with the sole HTML/JS alone.Also PHP is meant meant only for server side.

If possible your SDK/software supports uploading to internet, you can post & verify the data from the internet using PHP server.

If you prefer to go with JAVA, you can refer the below post: How to capture biometric information on a webpage by using Java

答案 1 :(得分:1)

欢迎来到2019 您现在可以实现Web_Authentication_API https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API

答案 2 :(得分:0)

在2019年真正实现,技术先进。我知道在HTML5或Javascript上集成指纹生物识别技术的一种好方法是实现Mantra.MFS100指纹扫描器。它具有良好的网络SDK,无需Internet API即可使用html和javascript实现。

您可以通过此网址Mantra MFS 100 WEB SDK

确认

您可以按照以下步骤

1。下载并安装mantra mfs100 web sdk

2。从此处找到mfs客户端服务并安装

  

C:\ Program Files \ Mantra \ MFS100 \ SDK \ Web \ MFS100ClientService.exe

3。确保MFS客户端服务正在运行

  

点击Windows键+ R

     

键入并运行 services.msc

     

找到Mantra MFS100客户端服务并确保其正在运行

4。打开测试网页,查看mantra mfs100扫描仪网络sdk的操作

file:///C:/Program%20Files/Mantra/MFS100/MFS100ClientService/test/MFS100ClientServiceTest.htm

5。确保您可以根据需要解决html文件

如果有帮助,请告诉我

答案 3 :(得分:0)

WebAuthn是最新的浏览器功能,可帮助您通过移动设备上的指纹生物识别和台式机设备上的安全设备对用户进行身份验证。

答案 4 :(得分:0)

使用支持 javascript api 的 Cams MFS100 指纹扫描仪是可能的。文档链接是:https://camsunit.com/application/javascript-based-fingerprint-scanner-for-website-authentication-and-attendance.html