var fDesc=new Array(); fDesc[0] = "SX SHA1 Hash Calculator is the free desktop tool to quickly generate SHA1 hash/checksum for your file or custom text.

SHA1 checksum/hash is the popular method used for verification of files downloaded from Internet. This tool helps you to easily and instantly generate SHA1 hash for downloaded file and verify if it matches with original hash.

One of the unique feature of this tool is that it automatically copies the generated SHA1 hash to clipboard. So you don't have to perform any extra copy operation.

Here are the key features & benefits,

* Instantly generate SHA1 checksum
* Compute SHA1 hash for File or Text
* Progress bar to show the status
* Drag & Drop support for File selection
* Automatically copies the generated SHA1 hash to clipboard
* Also copy the hash using Copy button
* Very simple and easy to use for all users
* Fully Portable, does not require JAVA, .NET or any other components
* Includes Installer for local Installation & Uninstallation

SX SHA1 Hash Calculator works on both 32 bit & 64 bit 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 = ''; } }