var fDesc=new Array(); fDesc[1] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool."; fDesc[2] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user."; fDesc[3] = "for RAR/WinRAR (2.xx and 3.xx) archives. This incredible program includes the following modes to recover the passwords: \"brute-force\" attack, dictionary-based attack and dramatically fastest \"Booost-Up\" attack."; fDesc[4] = "remember only one ID and password. When it is used with an optional biometric reader, like a fingerprint reader, you will have no need to remember passwords."; fDesc[5] = "passwords and these passwords are saved behind asterisks like these ****** in order to protect your passwords from prying eyes. This function makes working with your programs easier and more comfortable. But, as you don't need to write your passwords anymore, you eventually forget them."; fDesc[6] = "is actually the opposite. Sometimes, we forget the passwords we set for our password-protected RAR files, and there is one way to do it. Since there is not a way to simply deduct the password of a RAR file directly, this application uses two methods: brute-force..."; fDesc[7] = "the passwords of all your password-protected Microsoft Office documents. The great thing about this application is that it supports all versions of Microsoft Office, since the 2.0 version until the 2007 one. That is great, because you don't need individual applications."; fDesc[8] = "out of view from others stay that way. The program is very simple to use and features military grade 256-bit AES encryption."; fDesc[9] = "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[10] = "Supports Multi-volume RAR archives; Supports a user-defined character set. Autosave feature. Auto Update."; fDesc[11] = "passwords. This incredible program provides a unique password recovery method that guarantees successful password recovery regardless of password length."; fDesc[12] = "illegal tool, but it is actually the opposite. Sometimes, we forget the passwords we set for our password-protected ZIP files, and there is one way to do it."; fDesc[13] = "Dictionary attack. Supports Multi-volume RAR archives; Supports a user-defined character set. Autosave feature. Auto Update tool."; fDesc[14] = ", CoffeeCup FTP,FlashFXP, SecureFX, WebDrive, FTP Voyager, AutoFTP, FTP Control, 32bit FTP, Dial up, Outlook passwords."; fDesc[15] = "Microsoft Office Documents (MS Word, Excel, Access). It can perform brute force and dictionary attacks, and apply masks to ease the recovery process."; fDesc[16] = "incredible program can retrieve various passwords assuming that the user has logged in to the system and also displays hidden system information such as Product ID and CD Key."; fDesc[17] = "lost. With this incredible program, you will never have to re-install and re-configure the operating system when you lose or forget the password."; fDesc[18] = "Live Messenger. The program works with version 8 and is not compatible with the newest version (9.18), which is a great disadvantage."; fDesc[19] = "spreadsheets (*.xls). Our Excel Password Recovery software will recover MS Excel 97/2000/XP/2003 passwords at approximate 2,000,000 Passwords/Minute!"; fDesc[20] = "passwords in an effective and fast manner. Users normally have more than one email accounts. User names and passwords are distinct for each email account and those data are normally saved by the user to the PC system, which is not very safe."; 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 = '...'; } }