FDKeychain icon indicating copy to clipboard operation
FDKeychain copied to clipboard

Suggestion: It would be better to support all kSecAttrAccessible values

Open AlvaroBro opened this issue 7 years ago • 1 comments

For example, you may want to store a secret but prevent it to be carried to another device via encrypted backup. This would be a reasonable thing to want for example if you are encrypting you database with a passphrase stored in the KeyChain, and you want that database to be readable only in the device where it was created. Regards!

AlvaroBro avatar Nov 21 '17 18:11 AlvaroBro

Makes complete sense to me. I really just wanted to steer people away from using the "Always" option but it does feel like I should support everything EXCEPT for "Always".

reidmain avatar Dec 11 '17 03:12 reidmain

https://github.com/reidmain/FDKeychain.wiki.git

CASABECI avatar Mar 07 '24 18:03 CASABECI