How to use Microsoft Windows Powershell to find the checksum values of RSA Authentication Manager files
Originally Published: 2018-06-14
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
Issue
Resolution
- Open Windows Powershell on a supported Windows operating system. From the Start button type PowerShell and then select the Windows PowerShell option in the search results.
- Make a note of the complete file path of the file for which the checksum or hash needs verification. For example, if rsa-am-update-8.3.0.0.0.zip downloaded to C:\Users\jdoe\Downloads, then the full file path is C:\Users\jdoe\Downloads\rsa-am-update-8.3.0.0.0.zip.
- Issue the command get-filehash <full file path> -algorithm <algorithm type> | format-list within Powershell:
- For SHA256:
PS C:\Users\jdoe> get-filehash C:\users\jdoe\Downloads\rsa-am-update-8.3.0.0.0.zip -algorithm SHA256 | format-list Algorithm : SHA256 Hash : 1941D0CBEDCDA4E224087D5BA8C45EA8090DAB74708C13CB0B9ABF75E7E7646A Path : C:\Users\jdoe\Downloads\rsa-am-update-8.3.0.0.0.zip
- For SHA1:
PS C:\Users\jdoe> get-filehash C:\users\jdoe\Downloads\rsa-am-update-8.3.0.0.0.zip -algorithm SHA1 | format-list Algorithm : SHA1 Hash : 027E1967822CC679E5B0A93EBECB08C6DCCBA648 Path : C:\Users\jdoe\Downloads\rsa-am-update-8.3.0.0.0.zip
- For MD5:
PS C:\Users\jdoe> get-filehash c:\users\prasas33\Downloads\rsa-am-update-8.3.0.0.0.zip -algorithm md5 | format-list Algorithm : MD5 Hash : D13CA84A124D2F4DEEE570E6568FA117 Path : C:\Users\XXXX\Downloads\rsa-am-update-8.3.0.0.0.zip
Notes
- When a checksum algorithm is used, even a tiny change to the file will result in a completely different checksum value.
- If for whatever reason, there is a tampering of the files this will lead to two different computed hashes. The matched hashes will confirm the integrity of the file.
Related Articles
How to find upgrade files on SecurCare Online (SCOL) for RSA Via Lifecycle & Governance 83Number of Views VMware Quick Setup fails at Configuring Appliance with the error Unable to find SMBIOS for RSA Authentication Manager 8.4 308Number of Views How to find particular files on Linux, Unix or POSIX operating systems when using RSA products 194Number of Views RSA Web Tier installation on a Linux server fails with error unable to find SMBIOS 183Number of Views How to find out if Third Party Patch 1.0 has been applied to Authentication manager 8.1 119Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?