var fDesc=new Array(); fDesc[0] = "Privacy Drive is an easy-to-use encryption software that uses Virtual Disk and "on the fly" disk encryption technology to not only lock and encrypt your data, but also hide it. Whatever you want to keep away from prying eyes - photographs, videos, graphic files, documents, spreadsheets or even whole folders. All of your private information will be fully protected from unauthorized access.

Using industry-leading 256 bit encryption algorithms, Privacy Drive can create as many encrypted volumes as you need to mount as virtual disks. Once mounted they can be used as other regular hard drives. All data on the virtual disks is encrypted and unencrypted automatically before they are saved or loaded. So there's no need to encrypt or decrypt each file or folder individually.

When you have finished working with your private data and you want to lock folders and files, simply dismount the virtual disk, and everything will be instantly protected. Without the correct password, nothing from the encrypted volume can be read or accessed.

You can also share, copy and transfer your encrypted volumes via email, backup, external hard drives, CD/DVD, Cloud Servers (eg Microsoft OneDrive, Dropbox or Google Drive) or any other portable storage device. This allows you to take your confidential data and information anywhere you want, without the fear of data loss or theft."; 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 = ''; } }