var fDesc=new Array(); fDesc[1] = "file is an exact copy of another file by comparing the two files' hashes. HashTab creates a tab in the file properties window within Windows."; fDesc[2] = "using the rainbow tables. It is one of the most efficient implementation of the rainbow table method, implemented by the inventors of the method. It is capable of dumping the SAM file of a system and then use rainbow tables to decrypt the password."; fDesc[3] = ", SHA1,SHA2, RIPEMD160,PANAMA,TIGER , CRC32,ADLER32 algorithms and the hash used in eMule/eDonkey(eDonkey2 000,ed2k). Good to check/compare files."; fDesc[4] = "functions like MD5, CRC, SHA-1 and some other less popular functions. It can also be used to compare a file with its MD5 file (.md5 file) so as to verify its integrity."; fDesc[5] = "downloading and installing the program very easy and when it was launched, I found the program's interface couldn't be easier to navigate."; fDesc[6] = "assure that the file has not been altered or damaged. The application is able to create a checksum based on several hash routines, so if you are planning to distribute a CD and want to offer a convenient way to check the integrity of the files, this application can help you a lot."; fDesc[7] = "of disk files or a group of files. It also gives you the option to save Hash result to a disk file which you can later use to compare files with other files or to verify saved hash files."; fDesc[8] = "choose \"MD5 Calculator\" to instantly get the md5 value for that file . MD5 is now commonly used by webmaster of downloadable programs on the their websites to ensure their content is not infected or modified in anyway."; fDesc[9] = "operations as Hex/Dec/Oct/Bin conversions, Jacobi symbol inversion calculations, statistical data testing, and hash algorithms. Featuring support from Windows Vista and XP visual styles, this multiple-precision calculator comes with unlimited online help."; fDesc[10] = ", system administrators and software developers."; fDesc[11] = "program later for verifying that the file was not changed . The program also supports command-line arguments."; fDesc[12] = "be immideately displayed. Supported cryptographic hash calculation algorithms include CRC32, GOST hash, MD2, MD4,MD5, SHA-1, SHA2"; fDesc[13] = "file, string, memory buffer Support calculation of hash on string, file or memory buffer Support digital signature"; fDesc[14] = "folders by computing their hash code (MD5,SHA1,CRC32,...)."; fDesc[15] = "and SHA-256 hash values for any file and quickly copy the results to the clipboard for easy transport to any other application."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }