You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.