blockchain-certificates / BlockcertsFramework-iOS

An iOS wallet for viewing, validating, and sharing certs
MIT License
20 stars 15 forks source link

Add support for key management #3

Closed bedinotti closed 8 years ago

bedinotti commented 8 years ago

This includes:

bedinotti commented 8 years ago

The interface to Keychain is implemented. I'm leaving the secure management of the secret mnemonic until it's actually used in a controller. After getting some real-world usage out of this design, we may want to reconsider using Strings as keys, since everywhere else they're just treated as raw Data objects.