How to use Microsoft Windows Powershell to find the checksum values of RSA Authentication Manager files
Originally Published: 2018-06-14
Last Modified: 2023-10-06
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 System attempted to find user “SYSTEM” across identity sources error occurs in RSA Authentication Manager 8.x 303Number of Views How to find out if Third Party Patch 1.0 has been applied to Authentication manager 8.1 119Number of Views How to find particular files on Linux, Unix or POSIX operating systems when using RSA products 194Number of Views Unable to find valid certification path to requested target error when hitting Test Email in RSA Identity Management and G… 294Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?