Add example for showing how to store encryption key#4181
Add example for showing how to store encryption key#4181
Conversation
|
Is this related to https://github.com/realm/realm-android-user-store ? |
|
Not really, although it uses the same concept. The idea is to show how to use a double layered key approach to store Realm encryption keys since the keystore does not allow you to extract the key material again, which is required by Realm. So you
This works quite nicely offline and is secure if you trust that the keystore does its job correctly. |
Fixes #6485
… during encryption (#7485)
No description provided.