Appendix
System Description Service Robotics Modules
1004870-EN-05
| 120
14.1.2
Calculate hash value with Windows PowerShell
Prerequisites
}
Operating system Microsoft Windows 10
Procedure
1. Open a PowerShell window using the Windows PowerShell application.
2. Go to the directory containing the file.
3. Calculate the hash value of the required file using
get-filehash -algorithm <encryption algorithm> '<file>' | Format-List
<File>
File name in single quotes (apostrophe)
<Encryption algorithm>
e.g. sha256, sha512
Example:
The encryption algorithm SHA256 is used.
Command:
get-filehash -algorithm sha256 'SHA256Test.docx' | Format-List
Fig.: Calculate hash value with PowerShell (windows 10)