var fDesc=new Array(); fDesc[0] = "Teslain Encryption Pack is a coding application for protecting Microsoft Office documents.

The application introduces an encryption treatment based on the AES 256-bit rules, to add security to the Teslain treated documents (Word, Excel, PowerPoint ). The user decides the password to be used for opening those files.

The program, when installed, doesn't appear at the desktop; it doesn't have a main window to show. It inserts itself into the MS Office applications by adding two new buttons in the toolbar. One for saving encrypted documents and the other one for opening those encrypted files. The encrypted document will be saved as "xxxx.doc.roh", "xxx.xls.roh", etc. along with desired password. This password will be necessary for opening those encrypted files.

Once they are encrypted by this application, documents can be safely shared and be attached to emails, etc. The application needs to be installed at both ends of the communication channel.
At the user PC, a double click on the encrypted document will open the file."; 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 = ''; } }