Skip to content

can not decrypt the database #132

Closed
Closed
@someonec

Description

@someonec

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‍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions