var fDesc=new Array(); fDesc[0] = "Hash Console is the all-in-one command-line based tool to quickly generate 12 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
# LM
# NTLM


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

Hash Console is fully portable and works on all platforms starting from Windows XP to Windows 8."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }