var fDesc=new Array(); fDesc[1] = "encryption (256-bit), dual encryption that includes both 'Blowfish' and 'Rijndael' with 256 bits each. The application can be downloaded as a desktop program, PC resident, or as a portable application for being used with USB sticks."; fDesc[2] = "supports Drag&Drop, offer a key generator and encrypt with Blowfish- (448 bit) or AES-algorithm (256 bit)."; fDesc[3] = "includes 17 encryption algorithms (Rijndael, TWOFISH, BLOWISH, CAST, MARS, TEA, etc) to encrypt your files. It also includes file shredder. RSA supp."; fDesc[4] = "accessible with a single keypress, even if you work in another application. Take a look at the screenshots page to see for yourself. The basic idea in KeyNote is that you can include many separate notes within a single file. This means that you do not need to open several files - for most purposes it is enough to create only one file and hold all your notes inside it. With the addition of the tree-type notes, you now have a three-dimensional notebook: many notes within one file and a multi-level, nested pages within a single note. Optionally, KeyNote can encrypt your data securely using the Blowfish or Idea algorithms. Keynote's interface and behavior are extremely configurable. Subject to Mozilla Public License Statement."; fDesc[5] = "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[6] = "are visible like regular disks and the data stored in them can be encrypted by several algorithms. The data stored in them can be encrypted by several algorithms such as AES, Blowfish, Twofish, CAST, GOST, DES and others."; fDesc[7] = ", supports 13 strong encryption algorithms and shreds files after encryption. Encrypt Files is free application."; fDesc[8] = "open with passwords, chip card, USB-Token, CD or certificate (PKCS) and use like a normal drive in the File Explorer."; fDesc[9] = "Support for ZIP files and ability to secure delete sensitive files. Skinnable user friendly interface."; fDesc[11] = "your folders and secure your data by applying a true, low level encoding. Strong ciphers up to 2048 bits."; fDesc[12] = "encryption technology. EnCryption Gadget uses the very secure Blowfish encryption algorithm and has a very beautiful hi-tech interface."; fDesc[13] = "encryption algorithm with 448 bit encryption. Hybrid offers an easy to use interface with drag and drop support and integrates into the Windows shell."; fDesc[14] = "ones. The game offers amazing colorful graphics with a fantastic gameplay. In the game, you have to help Fugu the Blowfish find his way home and reunite him with his family."; fDesc[15] = "combines the safety of strong encryption with an interface similar to the Windows Explorer and with a build-in image viewer."; 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 = '...'; } }