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.12. Use these to confirm the authenticity and integrity of each file:
| File Name | SHA-256 |
|---|---|
| 8.37.12-Country_Specific_Templates_Maps.zip | 7b6d31989d4acf39f14098e26f70da769a09a4695d171cf3ddd8c4e9ef11035b |
| 8.37.12-SST21_Spreadsheet_Templates.zip | bf9fe2475b90bf03d7e142d2e457b1ac41ab8ded47d04e07b6bc4b0a219c3a33 |
| BRETemplates-8.37.12.33.exe | 26b1061d4c4b712b95f1a672c1cf141e5082413c827d6767aac22fe1e7d83b76 |
| EngineUpdate-8.37.12-ReleaseNotes.pdf | f393bc3299717fde79eeadec408e2d22e7c4364fc449a1bf0c9e3434ece02e40 |
| EngineUpdate-8.37.12.33-unix.sh | 7f248928de49fb5377f2fda92877a6fca0606a46a09457aa091fdf7dd9247f7a |
| EngineUpdate-8.37.12.33-win.exe | 5bf30372457e3e336e68b64a3ccbfa3afbe7d0bb8e22f229dccbe4ed9f5425a4 |
| IWF21-3.17.0.25754.exe | 763762862c6ca0e1d650ed0104ce179649cd296b5a5ff091509672418cc94cc1 |
| MobileER21-4.37.12.7230.exe | db252d39a36e477598c14e72a906b08ddf56ec0198841b81acf9fa0d822f6a53 |
| chris21Client-5.27.3.7560.msi | c79ef46bcda9553645b97532be2c5672df7af576bcf6d9944627d0beceecdb4c |
| fs-installer-8.37.12.2370.exe | 6067784e83d172bc5e15bba2a6e24ef6ce4fbb1892dbcb345f626bc8cfc2ab01 |
| fs-installer-api-8.37.12.731.exe | 1b0f8c24fd5ef438338dd12da44e40f186c9c82466c205e78fc61b0c7a64adb8 |
| update-instructions-unix-e1-17.pdf | 1711724c018ba3b7bbfc8c698b949a7215c32a1b28a11f614cc242797857334f |
| update-instructions-windows-e1-21.pdf | 9f3b5226da2488287f56c0b940f7f66f266d3bba59407db56e5cdeee133cfe3a |
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.12.
For example:EngineUpdate-8.37.12.33-win.exesaved 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.12.33-win.exe - 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.12.
For example:EngineUpdate-8.37.12.33-win.exesaved 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.12.33-win.exe 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.12.
For example:EngineUpdate-8.37.12.33-unix.shsaved 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.12.33-unix.sh - 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.