Verifying binaries
When you download Zano app, you may want to verify its authenticity to make sure that you downloaded the correct one from the Hyle team repository. You can use the SHA256 hash in order to do so.
Windows
- Open a command prompt and navigate to Zano folder
- Create a SHA256 hash of the Zano.exe file with command
certUtil -hashfile Zano.exe SHA256
- Compare your SHA256 hash with the one in the release notes release notes and make sure that they match
MacOS
- Open Terminal (in /Applications/Utilities/Terminal)
- Create a SHA256 hash of the Zano .dmg file with command
shasum -a 256 zano-macos-x64-<XX version>.dmg
- Compare your SHA256 hash with the one in the release notes and make sure that they match
Linux
To follow these instructions you need the sha256sum
package, which is included with most Linux distributions.
- Open Terminal
- Create a SHA256 hash of the Zano archive file
sha256sum zano-linux-x64-v<XXX>.tar
- Compare your SHA256 hash with the one in the release notes and make sure that they match
Updated over 3 years ago