How do we achieve encryption using the Android Room library. I found this library:
https://github.com/commonsguy/cwac-saferoom
However, I can't find a complete example as to how to implement Room with CWAC-Saferoom for encryption purposes.
Also
- Does the
CWAC-Saferoomuse512 bitencryption key for the database? - And how is the database encrypted itself?
Are there any other alternatives that i can use for encrypting database on Android which use maybe 512/1024 bit encryption?