EOSIO / eosio-swift-vault

Utility library for managing keys and signing with Apple's Keychain and Secure Enclave
https://eosio.github.io/eosio-swift-vault/
MIT License
12 stars 8 forks source link

Tb/save encrypted #75

Closed Todd-Bowden closed 3 years ago

Todd-Bowden commented 3 years ago

Add functions to save, update, read and delete data and Codable objects to the keychain encrypted by Secure Enclave keys.

To test this on an physical device with a Secure Enclave, I created a very simple testing app here:

https://github.com/Todd-Bowden/keychaintester

Message me for access if you want to use it.

Todd-Bowden commented 3 years ago

Looks good to me! Do we want to add some unit tests (disabled by default) to run against real devices?

I can do that!