var fDesc=new Array(); fDesc[0] = "JRecoverer for PostgreSQL Passwords is a user account password auditing and recovery tool for PostgreSQL database. The key advantage of the application is that its cross-platform. It can be successfully installed and run on various platforms: Windows, Mac OS or Linux.

Account information import: import from database, import from a text file.

Password recovery using dictionary attacks, brute force attacks, hybrid dictionary/brute force attacks.

Generation of reports about recovered passwords: account list, charts and metrics."; 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 = ''; } }