Skip to content

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

License

Notifications You must be signed in to change notification settings

commonsguy/cwac-saferoom

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages