是否可以从用户的指纹创建某种哈希/密钥?

时间:2017-08-18 07:52:00

标签: ios touch-id

我想创建一个应用程序,它使用TouchID中的哈希或密钥作为ID或密码,并将此哈希/密钥放入我自己的数据库中。

因此,如果用户使用其登录凭据和指纹从其他设备登录我的应用程序,它仍会识别它们。

1 个答案:

答案 0 :(得分:0)

简而言之,Apple不提供对指纹数据的访问。

它不能用于匹配其他指纹数据库。

an Apple support article on TouchID.

中了解详情

另见:Is it possible to get TouchID information and compare to a fingerprint database?