SecurityXploded.com
Hash Console : All-in-one Command-line tool to generate hash md5,sha1, sha256, sha384, sha512, lm, ntlm, base64, crc32, rot13
 
 
Hash Console
 
 
 
See Also
 
 
Contents
 
 
 
About
Hash Console is the all-in-one command-line based tool to quickly generate more than 15 different type of hashes. It can generate hash for any given file or simple text.

Hashes or checksums are used for multiple purposes including file integrity verification, encryption, password storage etc. Hash Console help you easily and quickly quickly computing the hash for given file or text.


Currently it supports following popular hash types

  • MD5 family (md2, md4, md5)
  • SHA family (sha1, sha256, sha384, sha512)
  • BASE64
  • ROT13
  • CRC32
  • ADLER32
  • HAVAL256
  • LM
  • NTLM
  • RIPEMD160
  • WHIRLPOOL

Being a command-line tool makes it ideal for automation and easy to use on remote systems.


It is fully portable and works on all platforms starting from Windows XP to Windows 8.

 
 
 
How to use?
Hash Console is very easy to use tool. It is command-line based tool, hence you have to launch it from the command prompt (cmd.exe).

Here is the simple usage information
 
HashConsole.exe [ -f <file_path> | -t <plain_text> ]
 
 
Examples of Hash Console
//Generate Hash for the file 'c:\testfile.zip'
HashConsole.exe -f "c:\testfile.zip"
 
//Generate Hash for the text 'password'
HashConsole.exe -t "password"
 
//Show this help screen
HashConsole.exe -h
 
 
 
 
Screenshots
 
HashConsole in Action
 
 
 
Release History
 
Version 1.5:  17th July 2013
Added support for more hash generation of algorithms like Adler32, Ripemd160, Haval256, Whirlpool etc.
 
Version 1.0:  22nd May 2013
First public release of Hash Console.
 
 
 
Download
FREE Download Hash Console v1.5

License  : Freeware
Platform : Windows XP, Vista, Windows 7, Windows 8

Download
 
 
 
 
See Also