Skip to content

Industrial Edge file integrity

All Industrial Edge executables and other important files that can be downloaded from Industrial Edge Hub UI provide SHA256 checksum to verify file integrity.
(As this checksum is sourced directly in the portal, the authenticity is also implicitly guaranteed due to the portal's trust model and secure delivery mechanism.)

After downloading Industrial Edge files from Industrial Edge Hub UI, run the following command to verify the local file's SHA256 checksum. Make sure the local file SHA256 matches the SHA256 displayed on the Industrial Edge Hub UI to ensure file integrity.

Platform Command
Windows certutil -hashfile localFilePathToCheck SHA256
Linux sha256sum localFilePathToCheck
Mac shasum -a 256 localFilePathToCheck