var fDesc=new Array(); fDesc[0] = "Kryptelis a file encryption software that will save your data.

Kryptel produces not just an “encrypted file”; its files are containers that may contain thousand of files and folders. Sometimes you might want to decrypt a few files only, or just peek inside. Kryptel Browser is an Explorer-like tool, which lets you easily browse or modify a Kryptel container and view the files it contains.

Strong encryption is the only way to secure data, and this is exactly what Kryptel provides. It implements the latest NIST-approved Advanced Encryption Standard; several more well-reputed ciphers are also available for advanced users. And of course, there is no “backdoor” or “master key”!"; 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 = ''; } }