var fDesc=new Array(); fDesc[1] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer."; fDesc[2] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[3] = "out of view from others stay that way. The program is very simple to use and features military grade 256-bit AES encryption."; fDesc[4] = "includes 17 encryption algorithms (Rijndael, TWOFISH, BLOWISH, CAST, MARS, TEA, etc) to encrypt your files. It also includes file shredder. RSA supp."; fDesc[5] = "useful sub-applications like Organizer, Disk Cleaner, Process Killer, File Shredder and Protector, for easy installation of programs and even inspecting them while they run."; fDesc[6] = "under a given password. After you opened it, you can decrypt it whenever you want. Blowfish Advanced CS 2.57.122 uses secure encryption (Blowfish, Twofish, AES, RC4, TDES, Serpent or CAST algorithms). It compress data using LZSS, deflate and BZIP2."; fDesc[7] = "includes 17 encryption algorithms (Rijndael, TWOFISH, BLOWISH, CAST, MARS, TEA, etc) to encrypt your files. It also includes file shredder. RSA supp."; fDesc[8] = ", supports 13 strong encryption algorithms and shreds files after encryption. Encrypt Files is free application."; fDesc[9] = "Support for ZIP files and ability to secure delete sensitive files. Skinnable user friendly interface."; fDesc[10] = "applications: Lavasoft Digital Lock and Lavasoft File Shredder. The first one allows you to encrypt files on your computer to send them or just to encrypt your hard drive contents."; fDesc[11] = "know it's risky. You know anyone could intercept your mail on its way across the Internet. You know the files aren't safe on your computer. But data encryption is complicated so you try to forget about it."; fDesc[12] = "itself, for example, if the program is not installed on the computer on which you want to decrypt. FineCrypt also allows you to encrypt files, directories and whole directory trees by using a password or a key."; fDesc[13] = "It is a tool to encrypt files and folders on the drive, this means altering the information through mathematical formulas (more precisely, algorithms) in order to make it unintelligible to unauthorized users."; fDesc[14] = "Every time we send or receive a file, whatever it might be, regardless of from where we are sending them, somebody could we watching. And it isn't really hard to intercept our files. LavaSoft Digital Lock ensures that the files that you send or keep in your computer are encrypted."; fDesc[15] = "to proceed with the encryption. It works as an extension of the Windows Shell that could be access just with a right-click of the mouse over the folder or file."; 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 = '...'; } }