iOS: Get iPhone passcode to generate symmetric keys for encryption

前端 未结 1 881
灰色年华
灰色年华 2021-01-28 13:14

I\'m developing an iOS app that is distributed to devices that are all locked with a passcode. Is there a way to get the device passcode (or some form of it) to dynamically gene

相关标签:
1条回答
  • 2021-01-28 13:43

    No. There is no API to determine if there is a device passcode set or to get the passcode if one is set.

    You will need to generate the keys using some other value. One option would be to require the user to enter an app specific passcode.

    0 讨论(0)
提交回复
热议问题