henrinormak / Heimdall

Heimdall is a wrapper around the Security framework for simple encryption/decryption operations.
MIT License
402 stars 68 forks source link

Access option for RSA keypair in Keychain #58

Open henrinormak opened 7 years ago

henrinormak commented 7 years ago

Slightly refactored PR from #43. @colinmorelli, if possible, please review this. My main concern is the fact that the access flag can not be changed once set without regenerating the key. If this is a problem, then it needs to be addressed (for example, someone wanting to change the access as part of some switch in the app, without revoking the keypair).