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] = "supports many compression formats (more than 20 compressed archive formats), and it shows all the compressed archive information. For compressed files, it offers the possibility of extracting one by one or all the files to a given folder, reload the list, etc."; fDesc[4] = "Physical Memory or Hard disk as Hexadecimal values, which is commonly used instead of the bit by bit approach. It is capable of displaying the contents of the partitions in the hard drive and lets us choose any data left over (like in forensic purposes)."; fDesc[5] = "files in the drive and folder you select and lists them on a listview style window. This program produces info files (NFO), checksums (SFV/MD5) and playlists (M3U/PLS) and list them in order to post binary files to usenet."; fDesc[6] = "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[7] = "implementation. You only have to drag and drop the file into the indicated area and the program will list you the name of the process and the md5 string, then you only have to compare it with the public value provided by the developers."; fDesc[8] = "checksums of files and verify their integrity in the future."; fDesc[9] = "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[10] = "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[11] = "comparing two md5 to each other to know if they match or not. It supports the English and the French language."; fDesc[12] = "to the file contents. It is especially used to compare two files of the same name and size. If they show the same CRC code then these files are exactly the same and not otherwise."; fDesc[13] = "program later for verifying that the file was not changed . The program also supports command-line arguments."; fDesc[14] = "fast recovery engine can recover up to 32,000 passwords simultaneously. Distributed recovery is supported."; fDesc[15] = "values. The program also supports detecting duplicated files based on their MD5 hash value. You can export the results to many file formats."; 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 = '...'; } }