Appendix
System Description Service Robotics Modules
1004870-EN-05
| 119
14.1.1
Calculate hash value with the command line tool "Certutil"
Prerequisites
}
Operating system Microsoft Windows 10
Procedure
1. Open the command prompt application (cmd.exe).
2. Go to the directory containing the file.
3. Calculate the hash value of the required file using
certutil -hashfile "<file>" <encryption algorithm>
<File>
File name in quotation marks
<Encryption algorithm>
e.g. SHA256, SHA512
Example:
The encryption algorithm SHA256 is used.
Command:
certutil -hashfile "SHA256Test.docx" SHA256
Fig.: Calculate hash value with Certutil (windows 10)