Verify MD5 Hash of SCP Package
This topic helps you verify the MD5 package for both Windows and macOS.
For Windows
You can find the MD5 hash of ScpInstaller.x64.msi and the SCP version in the README.txt file included in the zip archive. The README.txt contains the following:
version - X.X.X.XX
MD5 hash of file ScpInstaller.x64.msi:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CertUtil: -hashfile command completed successfully.
Run the certutil -hashfile <path-to-ScpInstaller.x64.msi> MD5
command to verify the MD5 hash of ScpInstaller.x64.msi on Windows.
Ensure the generated hash matches the value specified in the README.txt file.
For macOS
You can find the MD5 hash of ScpDistribution.pkg and the SCP version in the README.txt file included in the zip archive. The README.txt contains the following:
version: X.X.X.XX
MD5 hash of ScpDistribution.pkg:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Run the md5 <path-to-ScpDistribution.pkg>
command to verify the MD5 hash of ScpDistribution.pkg On macOS.
Ensure the generated hash matches the value specified in the README.txt file.