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