How to use Microsoft Windows command prompt to validate the checksum values of RSA Authentication Manager files
4 years ago
Originally Published: 2019-07-18
Article Number
000054780
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x
Issue
While downloading the .iso image from myRSA in order to upgrade the Authentication Manager servers you will find the checksum for each image

These steps are meant to show how to validate the downloaded image against the checksum using the command prompt  to make sure that the image is not corrupted.


 
Resolution
 
Inside the search field from your task bar, enter command or cmd. Then, click or tap on the Command Prompt.
 
  • To check checksum using SHA-256 algorithm 
certutil -hashfile path-to-your-file sha256   
User-added image
  • To verify the checksum using the MD5 algorithm 
certutil -hashfile path-to-your-file md5
User-added image
Notes
You can achieve the same result using Windows PowerShell. For the steps to do so, check article 000036444 - How to use Microsoft Windows PowerShell to find the checksum values of RSA Authentication Manager files.