var fDesc=new Array(); fDesc[1] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management"; fDesc[2] = "128bit Keys.It combines a powerful symmetric encryption with compression and the ability to open/edit a file just with a simple double-click."; fDesc[3] = "define filling boxes and font sizes and now your form is ready. Next fill needed form and print it on preprinted or empty form."; fDesc[4] = "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[5] = "program creates a partition protected with the standard 256-bit AES available only with the password that you choose. Rohos Mini Drive shows in Windows Explorer, a new unit where you can put all your files."; fDesc[6] = "create encrypted 25 Mb. containers that you can use to save any kind of data. Any file or folder that you create or drop inside those containers will become encrypted. You can even encrypt files that you can send safely by email."; fDesc[7] = "Support for ZIP files and ability to secure delete sensitive files. Skinnable user friendly interface."; fDesc[8] = "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[9] = "file within our computer, including external devices. From the Main Window, we can select the file we wish to encrypt and choose the encryption method between Advanced Encryption Standard, Simple HEX Encoder, Caesar-3, Caesar-9, Simple XOR, and Advanced XOR."; fDesc[10] = "use, and a powerful application, using which you can set permissions, by providing owner and user password to the PDF files. The encrypting is done using the standard 40-bit or 128-bit supported by Acrobat Reader version 7.0 or higher versions."; fDesc[11] = "encryption with the AES- or Blowfish-Algorithm supports the password based SYMM-System and the certificate based HYBRID-System (PKCS)."; fDesc[12] = "JavaScript capable browser (most), and it doesn't require additional software or plugin. There's no limit in page size. The protected page will be (maximum) 10% bigger than original."; 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] = "wish, with an incredible capacity of 256GB, which may contain movies, photos or any documents. It creates secure safes just within a matter of clicks on a PC and even works on iPod, mobile phone USB-Stick, or even digital camera."; fDesc[15] = "encrypting, is used in the program. The program allows to encrypt any taken file and to pass it safely to the other person, using the common ways (portable data medium, e-mail message, local area network, etc.). Prior to the encrypting of any file, a key word is being set up; without knowing the password, it’s impossible to decrypt the file by means of any program or any other way. The program also allows to carry out encrypting of multiple files (encrypting of several files at one pass) with identical or different passwords. Using this product, you will feel more secure since no violators are able to take advantage of your personal data and files. After encrypting, the program creates a file with *.cmf (Crypto Manager File) extension in the folder of the source file or at the place specified by the user. The options allow for saving or deleting of the source file after encrypting...."; 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 = '...'; } }