var fDesc=new Array(); fDesc[0] = "- KetuFile is a file encryption program.
- You can use KetuFile to encrypt any file on a Windows(tm) PC, such as word processor files, spreadsheets, images, etc.
- Once a file is encrypted it can only be read by someone who has the secret Key.
- You can use KetuFile to encrypt files up to 2 gigabytes in length.
- KetuFile uses Advanced Encryption Standard (AES), which is the official encryption system for the U.S. government.
- KetuFile will encrypt with up to 512 bits Key length. We believe this to be the strongest commercially available encryption in the world.
- You may download the Demo version of KetuFile free and start using it with short files and short Key lengths.
- You may install the KetuFile Demo program on as many computers asyou like.
- Once you are satisfied with its operation, you simply purchase Registration Numbers from us and type them into the KetuFile program. Now the Demo program is a full KetuFile program. No further installations are required."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }