All Projects → adamyi → AndroidWechatSQLiteDecrypt

adamyi / AndroidWechatSQLiteDecrypt

Licence: BSD-2-Clause license
Decrypt Android WeChat SQL DB

Programming Languages

Smali
51 projects
java
68154 projects - #9 most used programming language

AndroidWechatSQLiteDecrypt

A toolset to decrypt Android WeChat's SQLite database.

Please check README in each subdirs:

  • AndroidHook, an Xposed module for Android to hook into WeChat (wcdb) to get SQLite path, SQLCipher key, and encryption parameters.
  • decompiled_wechat, decompiled WeChat source code related to SQLite connection.
  • decrypt, a script to decrypt Android WeChat SQLCipher files

How-To

  1. Retrieve data from WeChat: /data/data/com.tencent.mm/MicroMsg/[reducted ID]/EnMicroMsg.db;
  2. Install Xposed and AndroidHook to get encryption key & parameters with Logcat;
  3. With the encryption key and parameters, use the script under decrypt folder to decrypt.

Author

Adam Yi

LICENSE

BSD 2-Clause License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].