Skip to content

can not decrypt the database #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
someonec opened this issue Jul 8, 2014 · 1 comment
Closed

can not decrypt the database #132

someonec opened this issue Jul 8, 2014 · 1 comment

Comments

@someonec
Copy link

someonec commented Jul 8, 2014

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:

Hi Valentin,‍

I 'm so sorry to tell you that I need your help again.

The sqlcipher .db file here can only be decrypt by the DLL used by the xtra.‍

But Now (in a new project) I need to decrypt it in Android platform.

So is there any source code(.h , .c) that I can compile in Arm Linux Gcc ?

or can you tell me which sqlcipher version did the xtra ‍DLL used ?‍

Hope your reply ,

Keith‍

@developernotes
Copy link
Member

Hello @someonec

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:

PRAGMA cipher_version;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants