Generating Hash or String via TouchID in Swift [closed]

牧云@^-^@ 提交于 2019-12-10 14:18:35

问题


I want to make an unique string or hash via Touch ID on iPhones in Swift. I search a lot about it but I didn't find a solution to make it.


回答1:


you can NOT do this.

you can use universally unique identifier (UUID) of an ios Device.

let uuid = NSUUID().UUIDString

or generate your own unique identifier using irreversible algorithms.



来源:https://stackoverflow.com/questions/34123092/generating-hash-or-string-via-touchid-in-swift

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