A GUI SQLite client compatible with MMEX4Desktop and MMEX4Android encryption

MMEX4Desktop, incl. Windows, macOS (10.10 or newer), and Most Unix variants using the GTK+ toolkit

Moderator: Renato

Post Reply
guanlisheng
MMEX Developer
Posts: 375
Joined: Wed Dec 21, 2011 5:58 am
Are you a spam bot?: No
Location: China
Contact:

A GUI SQLite client compatible with MMEX4Desktop and MMEX4Android encryption

Post by guanlisheng »

Hope the tool can help one your regular usage with MMEX


Windows (wxsqliteplus.zip)
Image

Mac
ubuntu.png
(107.52 KiB) Downloaded 1763 times

ubuntu
wxsqliteplus.zip
(2.54 MiB) Downloaded 1452 times
Attachments
1.jpg
(238.67 KiB) Downloaded 1868 times
屏幕快照 2014-07-24 上午11.06.37.png
(434.74 KiB) Downloaded 1875 times
Last edited by guanlisheng on Thu Feb 29, 2024 8:54 am, edited 1 time in total.
guanlisheng
MMEX Developer
Posts: 375
Joined: Wed Dec 21, 2011 5:58 am
Are you a spam bot?: No
Location: China
Contact:

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

Post 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
Snip20240224_10.png (172.64 KiB) Viewed 767 times
guanlisheng
MMEX Developer
Posts: 375
Joined: Wed Dec 21, 2011 5:58 am
Are you a spam bot?: No
Location: China
Contact:

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

Post by guanlisheng »

wxSQLitePlus would both directly now. next step is to unify them

Download It
Snip20240225_11.png
Snip20240225_11.png (101.64 KiB) Viewed 656 times
guanlisheng
MMEX Developer
Posts: 375
Joined: Wed Dec 21, 2011 5:58 am
Are you a spam bot?: No
Location: China
Contact:

Re: A GUI SQLite client compatible with MMEX4Desktop and MMEX4Android encryption

Post 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.
Post Reply