var fDesc=new Array(); fDesc[2] = "carefully secured especially if computer is used by other people. Folder Security Personal 4.1 is a perfect tool for providing such protection. It includes many ways for securing your data."; fDesc[3] = "up a Windows operating system, like the unnecessary file cleaner, registry cleaning and backup, Internet Explorer settings manager, process management, etc."; fDesc[4] = "The software features a very intuitive, user-friendly Interface which can be used by users of all categories and expertise to protect their files and folders."; fDesc[5] = "protects the users passwords even during viral attacks on the system. It boasts to have the best security by using the yet to be cracked Rijndael 256 algorithm. This certainly boosts the confidence when one views the product for first time."; fDesc[6] = "program enables you to protect any file or folder with a password. You can also use the program with multiple user accounts. You can also restrict Internet access from your PC with a single click using this application."; fDesc[7] = "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[8] = "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[9] = "but sometimes this feature becomes more of a pain, rather than help. See the password behid the asterisks with this software."; fDesc[10] = "personal information with a password. The program has a very user-friendly interface that enables you to locate its useful tools without having to launch them separately."; fDesc[11] = "under certain conditions. You can schedule the program to allow Internet access at specified time and days of the week."; fDesc[12] = "thoroughly encrypt your entire page so that no one can getting in unless he know the correct password."; fDesc[13] = "encryption algorithm using 256-bit AES, securing a high level of protection. It can also compress files before they are encrypted and added to the locked container, saving disk space."; fDesc[14] = ", Memory Sticks, Flash cards, PCMCIA drives and more. It uses AES 128-bit encryption for maximum security and does not store the password in the removable drive."; fDesc[15] = "ideal for notebooks. If your notebook is lost or stolen, your sensitive data will not end up in the wrong hands."; fDesc[16] = "about your information, it will be highly secured because the encrypted data cannot be accessed without entering a password, even if stolen. This tool uses the AES 256-bit encryption algorithm also used by important organizations to protect information."; fDesc[17] = "anyone that tries to access those files to input a password. Failing to do that will prevent anyone to open them. The name of this program could lead you to think that this process can only be done with games."; fDesc[18] = "option of web browsers, which is implemented by using Java scripts compliant with W3C standards. The program provides us an option of applying password protection to allow only authorized viewers to visit the website."; fDesc[19] = "from within Windows Explorer via a right click. The program can lock or unlock multiple folders at once."; fDesc[20] = "strong encryption algorithms, so that no one can get in, unless he knows the correct password. Each user can have his own password, being assigned to a user groups, and these groups are related to a group of HTML files ensuring their limited access to pages."; 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 = '...'; } }