ideawu / Objective-C-RSA

Doing RSA encryption and decryption with Objective-C on iOS
http://www.ideawu.com/blog/post/132.html
Other
1.15k stars 280 forks source link

iOS 10 requires Keychain Entitlements #27

Closed dmorrow closed 8 years ago

dmorrow commented 8 years ago

In order to properly encrypt a string with a public key, Keychain Entitlements must be enabled.

ideawu commented 8 years ago

Thanks, I have updated the README.md.

startry commented 8 years ago

What does "Keychain Entitlements must be enabled" meaning?

ideawu commented 8 years ago

@startry http://stackoverflow.com/a/38543243/427640