Integrity Checking
To check the integrity of your Kryptor download, you should verify the hashes provided on on the Downloads page.
Instructions
The easiest way of checking the hashes is to upload the downloaded file to VirusTotal and go to the 'DETAILS' tab.
However, you can also check the hashes via the command line/terminal as explained below.
Windows
- Open up the Command Prompt (e.g. search for 'cmd' in the taskbar) and navigate to the path of the downloaded file (e.g. cd C:\Users\USERNAME\Downloads).
- *Type 'certUtil -hashfile KryptorGUI-Setup.exe SHA256' to retrieve the hash.
- Compare the hash to the one on the website.
*Replace 'KryptorGUI-Setup.exe' with the relavent file name of the Kryptor version you downloaded (e.g. 'KryptorCLI-Windows.zip').
Linux
- Open up the terminal and navigate to the path of the downloaded ZIP file (e.g. cd Downloads).
- *Type 'shasum -a 256 KryptorCLI-Linux.zip' to retrieve the hash.
- Compare the hash to the one on the website.
*Replace 'KryptorCLI-Linux.zip' with the relavent file name of the Kryptor version you downloaded (e.g. 'KryptorGUI-Portable.zip').
macOS
- Open up the terminal and navigate to the path of the downloaded ZIP file (e.g. cd Downloads).
- *Type 'shasum -a 256 KryptorCLI-macOS.zip' to retrieve the hash.
- Compare the hash to the one on the website.
*Replace 'KryptorCLI-macOS.zip' with the relavent file name of the Kryptor version you downloaded (e.g. 'KryptorGUI-Portable.zip').