var fDesc=new Array(); fDesc[0] = "Password Depot is a powerful and user-friendly password manager which helps to manage all your passwords as well as, for example, credit card data, confidential information, documents and software licenses. Best protection of your data due to double encryption with Rijndael 256! Your password list is protected twice: with the master password and with an internal key.
Protection from keylogging (intercepting of keystrokes) – All password fields are internally protected from keylogging.
Password Depot leaves no traces of your passwords in your internal memory. Thus, even the theoretical attempt of a hacker to misuse your computer and try to browse the cryptic memory dumps for your passwords could be prevented."; 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 = ''; } }