var fDesc=new Array(); fDesc[0] = "Security is a common concern when data is to be sent over an insecure connection. File2File offers an encryption solution that is considered to be infallible. This program enables to transfer data between colleagues, partners, customers or friends and relatives in a secure manner. It offers one password for the file, which is to be shared by the two parties.

The file can be retrieved only if the password is known. The application converts the file or directories into a simple distributable execution file that would ask for the password when the data is to be retrieved. The files are encrypted and decrypted on the AES algorithm base that is too strong to be broken through.

The application deletes the original content in the hard disk and disk cache after encrypting the files. The encrypted file can be sent via email or shared network or CD-ROM or even a standalone drive without any concerns about the security.

File2File Features are:
Intuitive and simple password protection
Strong encryption and decryption of files and directory trees
Simple distribution with executables for decryption
Based on AES encryption algorithm
Deletes the originals from hard disk and disk cache after encryption
Send secured files via e-mail
Can be used on a stand alone drive, a shared network, CD-Rom and more"; 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 = ''; } }