I have readed the documentation about the password function in SQLite, but what type of encryption is that? 3DES? AES? And what is the key size?
Im gonna store some highly sensitive data, and want to be sure that its encrypted with a good algoritm and key size so its not breakable.
What is the maximum password length?