文件名称:MzCrypt-v1.0-srcPbin
介绍说明--下载内容均来自于网络,请自行研究使用
解密/加密 BIn軟件 ~MzCrypt-Descr iption
This is 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.
This is 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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MzCrypt\aes.c
.......\aes.h
.......\AESCrypt-Readme.txt
.......\aescrypt.c
.......\aescrypt.h
.......\getopt.c
.......\getopt.h
.......\MzCrypt.ico
.......\mzcrypt.rc
.......\password.c
.......\password.h
.......\Release-VC9\mzcrypt.exe
.......\resource.h
.......\sha256.c
.......\sha256.h
.......\targetver.h
.......\version.h
.......\_make.bat
.......\_makeVC9.bat
.......\Release-VC9
MzCrypt