Is there any way with cwac-saferoom to use SafeHelperFactory
with a generated java.security.Key
coming from Android KeyStore ?
Asked
Active
Viewed 77 times
0

DamienL
- 577
- 1
- 5
- 14
-
I do not know whether that is an appropriate use of `Key`. You could use the `AndroidKeyStore` to encrypt a file that contains a generated key, though. – CommonsWare Oct 09 '19 at 21:16
-
BTW, your question really has much more to do with SQLCipher for Android. SafeRoom is simply an API layer on top of that. You might consider posting your question [on the Zetetic support board](https://discuss.zetetic.net/c/sqlcipher). – CommonsWare Oct 09 '19 at 22:17