var fDesc=new Array(); fDesc[0] = "Password Safe is a password manager that keeps all your passwords and personal data secure with 256-bit encryption.

Access your passwords securely with Password Safe - install in Windows or use the portable USB thumbdrive version.

Password Safe is a great personal data management tool. One 'Master Password' is all that is needed to access all your passwords and personal information.
Manage your passwords with Password Safe's secure access; drag and drop your KeePass compatible passwords to web pages and other software. Strong encryption keeps your information safe and secure.
Manage your password entries with the searchable list. A password entry can be a combination of URL, your user name, and your password, which in Internet Explorer can be used to automatically log you into websites.
The Password Generator can generate random passwords of any length you specify. Random passwords are secure and much harder to compromise. Password Safe remembers all your passwords for you.
Password Safe gives you the security, freedom and flexibility to carry all your passwords, contacts, personal information and bookmarks, which you can use on any Windows computer simply by connecting the USB thumbdrive.
Password Safe has an optional on-screen keyboard which protects your data entry and preventing keyboard sniffers from discovering what you type.
Password Safe has powerful Advanced search option which will search all parts of your password entry and present the results on a google style list."; 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 = ''; } }