var fDesc=new Array(); fDesc[0] = "Oracle Password Auditor is the FREE database password recovery and auditing software for Oracle Database.

It not only helps you to recover lost or forgotten Oracle database password but also audit Oracle database setup in an corporate environment by discovering the weak password configurations.


Main features

# Quickly Audit or Recover Your Lost Oracle Password.
# Dictionary based Password Recovery method
# Automatically Checks for Default User/Password combinations
# Includes dictionary file having popular list of default Oracle passwords
# Free and easy to use tool with cool GUI interface
# Very useful for IT administrators & Penetration Testers
# Automatically detects Account Lockout, Invalid SID, Session Limit problems.
# Displays detailed statistics during the operation.
# Installer for local Installation & Uninstallation.



Oracle Password Auditor works on wide range of platforms starting from Windows XP to latest operating system Windows 8"; 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 = ''; } }