Discussions in this thread will be monitored to ensure adherence to our Community Guidelines
Below are the SHA-256 checksums for the files included in the release 8.37.14. Use these to confirm the authenticity and integrity of each file:
| File Name | SHA-256 |
|---|---|
| EngineUpdate-8.37.14-ReleaseNotes.pdf | 6a9ec30ca1837e0d16d8aa17624d55010409e5ee72190ea219f29f93779739ca |
| IWF21-3.20.0.26311.exe | 9e30cc6132c52689bca0f7a11fdd04dab0b79478208444ce2de423486d3996ae |
| fs-installer-8.37.14.2401.exe | e3d688bf0d6b8944d257e565f59458735f2827cc53d1ded9e3616b28a7d0016f |
How to Verify File Integrity Using Checksums:
Windows:
Powershell and Command Prompt methods are provided below. You can use either method.
Powershell:
- Download the required file associated with release 8.37.14.
For example:EngineUpdate-8.37.14-ReleaseNotes.pdfsaved toC:\downloads - Open Powershell and navigate to the directory where the file is located.
cd C:\downloads - Use a SHA-256 checksum tool to compute the checksum of the downloaded file.
Get-FileHash -Algorithm SHA256 EngineUpdate-8.37.14-ReleaseNotes.pdf - Compare the computed checksum with the corresponding checksum in the table above.
- If the checksums match, the file is authentic and has not been altered. If they do not match, do not use the file and re-download it.
Command Prompt:
- Download the required file associated with release 8.37.14.
For example:EngineUpdate-8.37.14-ReleaseNotes.pdfsaved toC:\downloads - Open Command Prompt and navigate to the directory where the file is located.
cd C:\downloads - Use a SHA-256 checksum tool to compute the checksum of the downloaded file.
CertUtil -hashfile EngineUpdate-8.37.14-ReleaseNotes.pdf SHA256 - Compare the computed checksum with the corresponding checksum in the table above.
- If the checksums match, the file is authentic and has not been altered. If they do not match, do not use the file and re-download it.
Linux:
- Download the required file associated with release 8.37.14.
For example:EngineUpdate-8.37.14-ReleaseNotes.pdfsaved to/home/user/downloads - Open a terminal and navigate to the directory where the file is located.
cd /home/user/downloads - Use a SHA-256 checksum tool to compute the checksum of the downloaded file.
sha256sum EngineUpdate-8.37.14-ReleaseNotes.pdf - Compare the computed checksum with the corresponding checksum in the table above.
- If the checksums match, the file is authentic and has not been altered. If they do not match, do not use the file and re-download it.