var fDesc=new Array(); fDesc[0] = "File Secure is an easy to use software that allows users to digitally sign and / or encrypt any file in any format. e.g You can sign Paint Brush files or even a Corel Draw or a plain text file / MS Word file.
Features:
- Easy installation procedure.
- Easy "Step by Step" Wizard interface
- Signing of all types of files.
- Multiple signing a single file.
- Encryption using Digital Certificates (Asymmetric Encryption)
- Encryption using Passwords (Symmetric Encryption)
- Multiple level encryptions.
- Supports Encryption and Signing of large files (Tested for 1 GB files) on 128 MB RAM PC
- Gives details of the Certificate used to sign / encrypt.
- Supports Additional User Details like Place, Reason and Time
- Signed / Encrypted output stored in Base 64 format with open envelope structure"; 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 = ''; } }