var fDesc=new Array(); fDesc[0] = "It's so fast that in quick mode few seconds is enough to encrypt 1TB drive.
It's easy to use for anyone with minimum computer skills.
Do you have lot of movies, audios, documents on portable drive and care about someone accesses your data by stealth? StorageCrypt is the solution. StorageCrypt allows you to encrypt and password protect second hard drive and removable drives, including usb hard drive, esata hard drive, firewire hard drive, flash drive, SD card, pen drive, memory stick and more. It uses 128 bit AES encryption for maximum security and does not store the password on the removable device. Once encrypted, the drive can not be accessed on any computer. Fully portable use, you may take it to anywhere on the fly without the software installed on each machine."; 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 = ''; } }