Tag: checksum
Kako izračunati CRC SHA
Published Date: 2022-04-09
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…