Skip to content

A simple app that uses encrypted database via Room and SQLCipher

License

Notifications You must be signed in to change notification settings

raheemadamboev/room-sqlcipher

Repository files navigation

room-sqlcipher

A simple app that uses encrypted database via Room and SQLCipher. Every time "New team" button is clicked, new team gets generated and inserted to encrypted database using Room and SQLCipher. To provide passphrase securely, Jetpack Security is used.

Room SQLCipher

Download demo