var fDesc=new Array(); fDesc[0] = "ConcealFiles is a stealth utility that encrypts and hides your confidential files beneath a standard JPG image file that you can distribute freely across the internet and is fully portable. It uses industry standard 256 bits Advanced Encryption Standard (AES) that is adopted by US Government.

Features

- Works with standard JPEG files and can embed any file types inside it.

- Uses highly secure 256 bit AES encrytpion to hide and secure your files.

- No limit on number of files to be packaged in a single
JPEG image

- Works across Macs and Email systems. Utility is only for Windows at this time"; 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 = ''; } }