HashConsole Try It
Quickly generate more than 15 different type of hashes. (May be offline; website is not responding as of 9/22)
Version
Latest known: 1.5.0.0 (2013-07-17)
Latest known: 1.5.0.0 (2013-07-17)
Examples
1. Generate 12 different types of hashes for the file 'c:\testfile.zip'
HashConsole.exe -f "d:\testfile.zip"
Try it
- Hash a file with 12+ algorithms
Pass -f and a file path to compute every supported hash (MD5, SHA1, SHA224/256/384/512, RIPEMD variants, Tiger, Whirlpool, etc) in a single pass. The wrapper's hashConsole() helper returns an ordered struct of hashType -> digest string (apply len() to any value for the digest length). The raw EXE text is shown below for reference. - Hash a literal string
Pass -t with a quoted string to hash the text directly without staging it to disk. Handy for verifying canonical test vectors (e.g. the classic 'The quick brown fox...' pangram has well-known MD5 9e107d9d372bb6826bd81d3542a419d6). In text mode the wrapper also surfaces Java's String.hashCode() under the HASHCODE key, alongside the algorithms emitted by HashConsole.exe.
Agree to terms to run demos.