Skip to content

Decrypt wechat db file EnMicroMsg.db with sqlcipher v2.1.1-2

Notifications You must be signed in to change notification settings

timsengit/decrypt-wechat-db

 
 

Repository files navigation

decrypt-wechat-db

Decrypt wechat db file EnMicroMsg.db with sqlcipher v2.1.1-2

deb files from https://launchpad.net/ubuntu/+source/sqlcipher/2.1.1-2/+build/4642377

Decrypt Parameters from

Usage Example

adb root
adb pull /storage/emulated/0/wx/decompile/96761036/MicroMsgCopy/EnMicroMsg.db ./

docker run --rm -v `pwd`:/tmp timcngsen/decrypt-wechat-db /decryptByDbImeiUin.sh /tmp/EnMicroMsg.db $imei $uin

docker run --rm -v `pwd`:/tmp timcngsen/decrypt-wechat-db /decryptByDbKey.sh /tmp/EnMicroMsg.db $key

chown `whoami`:`whoami` decrypted_database.db

decrypted_database.db will generated at current dir.

About

Decrypt wechat db file EnMicroMsg.db with sqlcipher v2.1.1-2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 66.4%
  • Dockerfile 33.6%