All Projects → commonsguy → Cwac Saferoom

commonsguy / Cwac Saferoom

Licence: apache-2.0
CWAC-SafeRoom: A Room<->SQLCipher for Android Bridge

Programming Languages

java
68154 projects - #9 most used programming language

CWAC-SafeRoom: A Retired Room<->SQLCipher for Android Bridge

This project implements the SupportSQLite... series of classes and interfaces that Room can use for working with a particular edition of SQLite. Specficially, this project's classes connect Room with SQLCipher for Android, a version of SQLite that offers transparent encryption of its contents.

However, SQLCipher for Android now has its own implementation of the SupportSQLite... classes and interfaces, eliminating the need for SafeRoom. As such, SafeRoom is no longer under active development.

See the SQLCipher for Android documentation for more about using SQLCipher for Android with Room, SQLDelight, and other SupportSQLite... clients. For support with SQLCipher for Android, please visit the SQLCipher support board.

You can still use SafeRoom if you wish — instructions can be found in the original README.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].