Kako izračunati CRC SHA
powershell.ps1
Get-FileHash -Path datoteka.zip # default=SHA256Get-FileHash -Path datoteka.zip -Algorithm SHA1
batch.cmd
certutil.exe -hashfile datoteka.zip SHA256certutil.exe -hashfile datoteka.zip SHA1
bash.sh
sha256sum datoteka.zipsha1sum datoteka.zip
sha1 sha256 md5 checksum crc xsha1 xsha256 xmd5 xchecksum xcrc