开发者

handle digital fingerprint in PHP

开发者 https://www.devze.com 2023-02-16 16:08 出处:网络
Is there any interface or php library that can autenticate users by their fingerprint. Any software that php can u开发者_运维问答se to do

Is there any interface or php library that can autenticate users by their fingerprint.


PHP is almost certainly the wrong solution to this problem. PHP has no easy way to interface with hardware unless you're prepared to write an extension in a low-level programming language. (It's hard to capture fingerprints without, say, the hardware to scan them in.)

You best bet is going to be asking the manufacturer of your fingerprint scanner of choice about their recommended way to interface with it. If you don't have the hardware, you're probably out of luck here on SO.


I'm not entirely sure what you mean by handprint; but, I've worked with biometric scanners in the past that have an API that shares enough data to fake it.


Java would probably be the most efficient language to use a fingerprint scanner, aside PHP could be used to retrieve the data somehow.

0

精彩评论

暂无评论...
验证码 换一张
取 消