what can be used to find the sha2 checksum of a file in windows

天大地大妈咪最大 提交于 2019-12-13 07:59:20

问题


What is the best method for getting a SHA2 checksum in windows? I'm looking for something equivalent to md5sums-1.2 utility referenced for putty downloads, with more options than just md5. Edit - after more searching it seems only sha1 sha256 sha512 have working programs for anything outside of hashing text. I want to find the sha2 checksum of a file, is this no dice yet due to sha2 recently becoming popular?


回答1:


You can install 7-zip 15.14 or later - one of the new features (optionally) adds a hash option to the Windows Explorer context menu, one of which is SHA256 values.

You can use Jacksum, a Java program that has a wide variety of hashes for files and even entire directories.

You might be able to use Gnuwin32 which I believe includes sha1sum and sha256sum.

If you're validating downloads to check for corruption, the Firefox DownloadThemAll addon will actually check the hash as part of the download process!



来源:https://stackoverflow.com/questions/34919308/what-can-be-used-to-find-the-sha2-checksum-of-a-file-in-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!