WXDBDecrypt.NET
1.0.0
WeChat PC version database decryption tool .NET version
Just change the password_bytes key array to your own, compile it, and then drag the file that needs to be decrypted onto the exe.
The decrypted file will be prefixed with "Decrypted_" and saved in the same path as the encrypted file.
byte [ ] password_bytes = { 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 } ;
The decrypted files can be opened and viewed with Navicat.