Introduction - If you have any usage issues, please Google them yourself
Description
This a commandline application that converts back and forth between .bin and .zip.
Usage
- Decrypt .bin:
mzcrypt.exe-d-o update-decrypted.zip update.bin
(converts .bin to .zip)
- Encrypt .bin:
Code:
mzcrypt.exe-e-o ..\su_flash\v1\update.bin update-wholesigned.zip
(converts .zip to .bin)
License
Freeware, same as AES Crypt.
Additional Notes
Source code is attached. Compiled with Visual C++ 9.0.
See 2nd post for GUI version.