Off topic - nice Windows stuff

General discussions regarding the program language Java and its API's.

Moderator: Marcus

Post Reply
User avatar
Marcus
Site Admin
Posts: 1860
Joined: 2005.04.04 10:52
Location: Küssnacht am Rigi
Contact:

Off topic - nice Windows stuff

Post by Marcus »

To generate file hashes on Windows:

CertUtil -hashfile <filename> [<algo>]

For example:
CertUtil -hashfile C:\myFile.txt MD5

Default when not specifying a hash algorithm is SHA1.
Post Reply