Step by Step Using Sha256sum on Windows XP
Step by Step Using Sha256sum on Windows XP.
The article below show the step by step using sha256sum on Windows XP. The step by step example below show how to use the sha256sum.exe on Windows XP to check sha256 checksum for Fedora 11 ISO image that have been download on Windows XP system. To check the sha256sum, first we must have the tools... the sha256sum.exe and the ISO image that we want to check for the sha256 checksum, in this example I use the Fedora 11 ISO image.
Using Sha256sum on Windows XP to check Fedora sha256 checksum value:
1. Download sha256sum tool... sha256sum.exe or sha256sum.zip (all the credits go to http://blog.nfllab.com...) and put the downloaded sha256sum tool in the same directory where your ISO file located.
2. Open Windows XP command line interpreter by going to Start -> Run... and type in cmd.exe and click OK button.
3. Locate and open the sha256sum and ISO image directory with your Windows Explorer.
4. Drag and drop the sha256sum.exe tool to the Windows command interpreter, then hit the spacebar.
5. Drag and drop ISO image that you want to check the sha256 checksum value to the Windows command interpreter... please make sure that there is space between the sha256sum and the ISO image... and then hit Enter key... wait until the sha256sum.exe tool finish calculating the sha256 checksum value for the ISO image... this may take some times depends on the size of your ISO image and the overall performance of the Windows system that you are using...
6. Compare the sha256 checksum value from the sha256sum.exe for the ISO image that you running on the Windows command interpreter and the actual sha256sum checksum file that you can get from the official site where you get the ISO image from. Please note, if the result show exactly same sha256 checksum value... the ISO image is good to use :-). if not... download new ISO image, the ISO image that you got in hand may be corrupted in the process of downloading :-(.
Result Sha256 hash value from the sha256sum.exe on Windows XP:
Official hash sha256 value for Fedora 11 ISO image from Fedora official site:
Keywords: sha256sum, sha256sum windows, check sha256sum, using sha256sum, sha256 checksum, hash sha256sum, check fedora sha256sum, sha256
- 42822 reads
- Email this page
4 comments
We also can use “Checksums
Submitted by Dino (not verified) on Thu, 08/18/2011 - 09:10.We also can use “Checksums calculator” a GUI tool to calculate md5, sha1, sha256, sha384, sha512 witch can run under Linux, Windows and MacOS X operating systems on both 32 and 64bit architectures. For more info take a look here: http://www.sinf.gr/en/hashcalc.html
very easy to understand - i
Submitted by ezee (not verified) on Sun, 10/09/2011 - 09:17.very easy to understand - i like the screenshots! :)
How to do a string?
Submitted by Rhyous (not verified) on Mon, 06/18/2012 - 16:28.Hey, I want to hash a string. I found this worked:
c:\> echo passwd! | sha256sum.exe
Is there a syntax without piping?
Base64 encode
Submitted by Rhyous (not verified) on Mon, 06/18/2012 - 16:35.Also, is there a way to base64 encode this?