Skip to content

Instantly share code, notes, and snippets.

@khasburrahman
Created January 15, 2019 02:42
Show Gist options
  • Save khasburrahman/fe66cb5612a5bd4bc4fb6cb10ba5ed09 to your computer and use it in GitHub Desktop.
Save khasburrahman/fe66cb5612a5bd4bc4fb6cb10ba5ed09 to your computer and use it in GitHub Desktop.
Check MD5 sum in windows 10
CertUtil -hashfile <path to file> MD5
# other hash algorithm
# MD2
# MD4
# MD5
# SHA1
# SHA256
# SHA384
# SHA512
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment