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
And yes, they say that they also support the Android platform.
The version (=v3.6.22) of the SQLCipher enhanced SQLite DLL
("sqlite3.dll" renamed to "xqlite3.dll" by myself to mke sure the xtra
loads the correct DLL, not another one that night be in the current
system path/system folder) is listed the xtra's interface:
My apologizes for the delayed response. What version of SQLCipher for Android was used to encrypt the database? You can identify that via executing the following command:
I have a database encrypted by android-sqlcipher but I can't decrypt it.
And I have tried Most Sqlcipher version(both windows and android) In Git but still can't
decrypt it.
How can I get the encrypted sqlcipher version info and download for android?
File url and a tool to open it:
http://dl.vmall.com/c0damagemm
http://dl.vmall.com/c0wobqnzsd
(the key is : 02bd617)
This guy gives version info of the tool above :
Hi Keith,
the SQLCipher Website is linked in the Readme:
http://sqlcipher.net/
And yes, they say that they also support the Android platform.
The version (=v3.6.22) of the SQLCipher enhanced SQLite DLL
("sqlite3.dll" renamed to "xqlite3.dll" by myself to mke sure the xtra
loads the correct DLL, not another one that night be in the current
system path/system folder) is listed the xtra's interface:
put xtra("SQlite").interface()
-- SQLite Xtra v2.1 (c) 2014 Valentin Schmidt
-- SQLite version, compile time: 3.6.22
-- SQLite version, runtime: 3.6.22
...
Cheers,
Valentin
Keith Lee wrote:
The text was updated successfully, but these errors were encountered: