Skip to main content
All CollectionsTechnical Notes
How To: Verify a Wicket ISO's SHA256 Checksum
How To: Verify a Wicket ISO's SHA256 Checksum

This article describes how to verify the integrity of your downloaded Wicket ISO file.

Maya Shah avatar
Written by Maya Shah
Updated this week

🦉 When downloading the Wicket ISO file that Dispel sent to you, it is important to compare the integrity of the downloaded file against Dispel’s original file.

Directions

After downloading the Wicket ISO provided by Dispel, run the appropriate SHA256 Checksum command from this guide to generate the Checksum for your downloaded file. If this Checksum does not exactly match the Checksum Dispel sent to you, then your downloaded Wicket ISO file is corrupted, and you should re-download it!

Windows

CMD

certutil -hashfile C:\\path\\to\\wicket_iso sha256

PS

Get-FileHash C:\\path\\to\\wicket_iso -Algorithm SHA256

MacOS

shasum -a 256 /path/to/wicket_iso

Ubuntu

sha256sum /path/to/wicket_iso
Did this answer your question?