var fDesc=new Array(); fDesc[0] = "Hide and protect data on a USB drive.

USB Disk Protection enables you to hide and encrypt files and folders on a portable USB drive. The program creates a virtual drive partition that you can use to store your sensitive files and protect them with a password. While the partition is locked, your data remains hidden and cannot be seen or accessed without the proper password.

Running the USBDiskProtection.exe from your portable drive will prompt you for the password and, once unlocked, decrypt and mount your hidden data as a virtual drive in Windows Explorer from where you can access your files.

USB Disk Protection uses 256-bit AES encryption to automatically encrypt and decrypt your files. The program runs directly from the USB drive, nothing needs to be installed on your computer."; 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 = ''; } }