var fDesc=new Array(); fDesc[0] = "It's a different world and most of it depends on passwords! Hackers as well as anyone else on your PC can easily navigate to your banking account, mortgage account, email accounts and more all in a single click and your browser will log them in instantly. That is not safe and it is not secure. Each site must have a very different and hard to guess password and that makes remembering them all an even greater task. Password Prime will do all the memorization work for you while encrypting your passwords and access information at the same time. You need only remember a single password from now on!

Features:

Saves all your usernames, passwords and the locations they are used at
Password protected, now you only have to remember one password instead of hundreds
All information is encrypted and secure
Copy your username or password with the click of a button
Quick links take you directly to the website or location where your password is used
Sortable lists makes it easy to find what you're looking for
Improves browsing efficiency, time-management and productivity
Adds an extra layer of protection in the event of a hacker attack, virus, trojan or worm"; 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 = ''; } }