Retrieving Fingerprint data?

让人想犯罪 __ 提交于 2019-11-30 15:51:06
eldjon

Neither, the fingerprint image nor its features are accessible by the API. From Android website I quote:

Thus, raw images and processed fingerprint features must not be passed in untrusted memory. All such biometric data needs to be secured within sensor hardware or trusted memory. (Memory inside the TEE is considered as trusted memory; memory outside the TEE is considered untrusted.)

I seriously doubt you can get raw fingerprint data because it is used as an authentication method.

In the same way that you can't retrieve the device password, you won't be able to get fingerprint data. It would be a significant security risk to do so.

FrankkieNL

As mentioned before, the Fingerprint API's won't allow you access to the raw data.

But there is a different solution. Don't use the Fingerprint scanner. Instead use the camera.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!