var fDesc=new Array(); fDesc[1] = "Supports Multi-volume RAR archives; Supports a user-defined character set. Autosave feature. Auto Update."; fDesc[2] = "is programmed only for RAR/WINRAR archive files of version 2.x and 3.x. It gives two options to the end user to regain the password. The first is by using a brute force attack which tries all the combinations of the characters"; fDesc[3] = "many attack schemes to recover your passwords like Common dictionary attack and English dictionary attack with more then 75000 password, Brute force attack with more then 875000 passwords, Brute Force attack scheme 1 and 2 with more then 2939000 passwords etc."; fDesc[4] = "Dictionary attack. Supports Multi-volume RAR archives; Supports a user-defined character set. Autosave feature. Auto Update tool."; fDesc[5] = "password search attacks are supported in full."; fDesc[6] = "recovering by dictionary attack, brute force attack, hybrid of dictionary and brute force attacks."; fDesc[7] = "and may contain one or more files and folders. RAR have capability to password protect your RAR archives and it can also encrypt your sensitive files in RAR format. But RAR Key is a utility for recovering the password of password protected RAR archives."; fDesc[8] = "all types of lost or forgotten passwords of any length and complexity. This incredible software features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this recovery process a breeze."; fDesc[9] = "to open and modify MS Excel files. It can use three password recovery methods: advanced dictionary-based attack, a brute-force attack and a brute-force attack using an advanced mask."; fDesc[10] = "mask, enhanced dictionary-based attack); flexible, customizable search; and help. It's all here!"; fDesc[11] = "security purposes to prevent leaks you know it also represents a risk if a password is lost. Its user interface was created as a wizard and contains a lot of contextual prompts."; fDesc[12] = "whether the archive is a stand-alone or a multi-part archive, by means of dictionary attack. The program comes with a list of common words and a list of common passwords. The program can utilize multiple processors system and requires a small amount of ram for small archives."; fDesc[13] = "as MSDE 2000. Lost or forgotten passwords can be either recovered or instantly reset."; fDesc[14] = "fast recovery engine can recover up to 32,000 passwords simultaneously. Distributed recovery is supported."; fDesc[15] = "also supports many complex hashes like md5($pass.$salt), md5(md5($pass)) and others."; 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 = '...'; } }