Posted in Bash CLI CMD Linux Powershell Sigurnost SysAdmin Windows

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…