Page 1 of 1

A GUI SQLite client compatible with MMEX encryption

Posted: Wed Jul 23, 2014 10:14 am
by guanlisheng
Hope the tool can help one your regular usage with MMEX


Windows (wxsqliteplus.zip)
Image

Mac
851: 屏幕快照 2014-07-24 上午11.06.37.png

ubuntu
861: ubuntu.png

Re: A GUI SQLite client which is compatible with MMEX encryption

Posted: Sat Feb 24, 2024 1:10 am
by guanlisheng
the tool could now open mmex4desktop (default) and mmex4android's encrypted file.

for mmex4desktop, the default is

Code: Select all

PRAGMA cipher=aes128cbc;
for mmex4android, we need

Code: Select all

PRAGMA cipher=SQLCipher;
pragma legacy=4;
shortly, we believe the two would be unified.
Snip20240224_10.png

Re: A GUI SQLite client which is compatible with MMEX encryption

Posted: Sun Feb 25, 2024 8:30 am
by guanlisheng
wxSQLitePlus would both directly now. next step is to unify them

Download It
Snip20240225_11.png

Re: A GUI SQLite client compatible with MMEX encryption

Posted: Wed Mar 20, 2024 3:18 am
by guanlisheng
three steps to convert encrypted desktop (aes128) to android one (SQLCipher/aes256)
1. Download wxSQLitePlus
2. Open your desktop database file (either encrypted or plained)
3. File -> Encryption Key will upgrade the cipher to SQLCipher/AES256 in place.