Verify hash
PowerShell
certutil -hashfile shiny.exe SHA256
Get-FileHash shiny.exe -Algorithm SHA256
Bash
echo "ebce2df55a4b47b405935b7e828440d895760dad1ad8f6aa03f7dac194e2a83f Nessus-10.8.4-ubuntu1804_aarch64.deb" | sha256sum --check
Last updated
Was this helpful?