- More command line switches (you can choose the approach and the default offsets for guessing mode)
5.0
- Unified the crypt14 and the crypt15 code bases.
4.1
- (Crypt15) Support for other DB files, like stickers, chat_settings, wallpapers... Note: stickers and wallpapers are ZIP files that will not be decompressed automatically.
4.0
- (crypt15) No more guessing offsets! The database header is now completely parsed. The guessing logic has been left as a fallback behaviour. The structure of the program has been changed accordingly. - The proto file for msgstore.db.crypt15 are now complete
3.0
- crypt15 support (in a separate script, decrypt15.py) - added a proto file describing the header of a msgstore.db.crypt15 file
2.2
- The Java object from the "key" file is now correctly deserialized, instead of just ignoring the header. - The SHA256 of the googleIdSalt in the "key" file is now actually checked. - Added a utility to read "password_data.key" and give a hashcat representation of the file. - Moved the changelog to a separate file.