Skip to content

Encryption of the Android database

Guillaume Tâche edited this page Nov 20, 2015 · 2 revisions

The database is encrypted with SQLCipher. It uses 256-bit AES encryption. As of now, it uses a method User().getPassword(), which returns a constant String "password". Of course it isn't secure at all.