var fDesc=new Array(); fDesc[1] = "even the Administrator will be able to access or see the protected files. Also, its technology makes it impossible to gain access from a local network or the Web."; fDesc[2] = "password text. SeePassword provides users with an easily applied retrieval tool for forgotten passwords"; fDesc[3] = "kernel level. Hide Files and Folders has an in-built file explorer that can help you finding out and locking desired files easily and faster. Just select a file or folder, click on the + button to add password protection to it and choose a protection method to make it completely inaccessible."; fDesc[4] = "been switched off. It works simultaneously on encryption and thrashing of files and folders from being accessed by any outside user. A fortification wizard has been allocated to ensure the protection of a number of objects by the introduction of password."; fDesc[5] = "we can use this program for parental control. It offers several protection methods that we can activate, deactivate, or change at any time."; fDesc[6] = "e-book reader. It can be utilized for reading magazines, comics, and other similar things. It provides the user with the luxury of grouping infinite number of sorted pictures in a file and even password protect to assure security."; fDesc[7] = "invisible, where files can be secure. Hide and password-protect files, folders, pictures, and documents in a blink. During the installation, the password for accessing the program has to be set, for it to be protected from the beginning."; fDesc[8] = "and partitions from unauthorized access. All files will be protected without depending on the currently installed operating system."; fDesc[9] = "accomplished this helpful and important task. Select a folder to protect, set a password and enjoy your safety! No one will be able to have access to the hidden files, only you, since everytime you want to open the folder, you will be asked to write a password."; fDesc[10] = "algorithm for encryption and a personal password. The encrypted files are hidden so nobody can see them, unless by using the password that was originally used for the previous encryption process."; fDesc[11] = "files. The software does some sort of encryption manipulations to make the files impossible to read without decrypting them. Thus the contents of your files are always protected even if the files can be accessed."; fDesc[12] = "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[13] = "password. Any office files' read-only passwords can be recovered here."; fDesc[14] = "privileges), NET Passport password, screensaver password, RAS/dial-up passwords, to shared resources etc. Attacks on Windows PWL files are also implemented."; 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 = '...'; } }