keychain-swift icon indicating copy to clipboard operation
keychain-swift copied to clipboard

Added support for Keychain Access Flags which are available since iOS 12, for added security.

Open UdoySoumik opened this issue 4 years ago • 0 comments

I needed the Access control flag to set .biometricCurrentSet as per security guidelines that prevents Keychain Bypass vulnerability. Reference the following document:

https://github.com/sensepost/objection/wiki/Understanding-the-iOS-Biometrics-Bypass

You can ignoring merging it to main branch. Just sharing it so if others find it helpful, they can use this fork directly. Kudos for making the wrapper super user friendly.

UdoySoumik avatar Mar 15 '22 23:03 UdoySoumik