Kako izračunati CRC SHA

powershell.ps1

  • Get-FileHash -Path datoteka.zip     # default=SHA256
  • Get-FileHash -Path datoteka.zip -Algorithm SHA1

batch.cmd

  • certutil.exe -hashfile datoteka.zip SHA256
  • certutil.exe -hashfile datoteka.zip SHA1

bash.sh

  • sha256sum datoteka.zip
  • sha1sum datoteka.zip

sha1 sha256 md5 checksum crc xsha1 xsha256 xmd5 xchecksum xcrc

image_pdfimage_print