Android Question Open encrypted sqlite with sqlitemanager

Endien

Member
Licensed User
Longtime User
After i ported my sql library to sqlcipher library, i confirm with hexdump that the database is encrypted.
But when i tried to open the database using sqlitemanager (i buy the licensed version), my password always wrong? although i have provided the password just the same like the one when i created it
 

Endien

Member
Licensed User
Longtime User
Make sure to use the same version of SQLCipher. There are two libraries available in B4A. One for SQLCipher v2 and one for v3.

Hmm, i didnt see that thoroughly. Thanks for the correction Erel. the problem is fixed now.
 
Upvote 0
Top