var fDesc=new Array();
fDesc[0] = "Folder Lock is a powerful file locking software designed to lock folders, encrypt files, backup data, and shred files securely. With over 90 million users worldwide and more than 260 awards, Folder Lock is trusted for its advanced data protection and file encryption features. It uses AES 256-bit military-grade encryption to ensure complete data security and leak prevention, making it the ultimate security suite for both personal and professional use.
With Folder Lock, you can password protect folders, password protect USB drives, and protect folders from unauthorized access. Whether you want to secure confidential documents, personal photos, or financial records, Folder Lock provides a robust solution to keep your data safe. The software allows you to encrypt files and store them in secure lockers, all while maintaining real-time online backup for quick recovery in case of system failure or ransomware attack.
One of Folder Lock's standout features is its ability to permanently delete sensitive files using its file shred tool, ensuring they cannot be recovered by any means. You can also clean your browsing and Windows history to maintain privacy. The software even includes features to create encrypted digital wallets for storing passwords, credit card information, and other personal data.
Folder Lock supports the password protection of files and folders without encryption, giving users flexible options for securing their data. You can also convert lockers into portable formats to carry on USB drives or external disks, ensuring your encrypted files travel safely with you.
Compatible with Windows 11/10/8/7/ (32-bit & 64-bit), Folder Lock is your all-in-one solution for file lock, data encryption, folder protection, online backup, and leak prevention. Take control of your data with Folder Lock—Lock folders, Encrypt, Backup & Shred files with confidence.";
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 = '';
}
}