Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 519 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 519 Bytes

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