Skip to content

Zylsjsp/wxImgCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wxImgCrypt

Decrypt WeChat image cache

参考csdn实现了一个能够破解微信图片缓存加密的程序

用法:

decrypt input.dat output.jpg

(仅仅作为C语言文件操作练习)

更新:上传了python版本 decryptImg.py