We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3d1ab24
去掉需要按 Enter键才能退出
03e6a25
指定输出结果文件的文件名: FileHashGen.exe -f test.zip -c “SHA-256” -o report.txt
指定输出结果文件的文件名(内容仅含hash值): FileHashGen.exe -f test.zip -c “SHA-256” -ot "only-hash" -o test.zip.sha256
5a9827d
编译好的二进制版本,包含Windows、Linux、MacOS,其中Windows下32位和64位也分别编译好了,可以直接下载使用。当然,您也可以自己下载源码进行编译。