var fDesc=new Array(); fDesc[0] = "Network Password Dump is the command-line based free tool to instantly recover Network Passwords stored in the 'Credential Store' of Windows.

Windows 'Credential Store' provides the framework for storing various network authentication based passwords in secure encrypted format. It is not only used by Windows but also by other third party apps to store their credentials securely. This tool helps you to quickly and easily recover all these stored passwords.


'Network Password Dump' can recover following type of passwords from 'Credential Store'

# Network Login Password
# Outlook Exchange Server
# Windows Live Messenger
# Remote Desktop
# GMail Notifier (old version)
# IE HTTP Basic Authentication


You can choose to dump the passwords to console or write to a file in text format. Being a command line based tool makes it ideal for penetration testers and forensic investigators.


Network Password Dump is available in both 32-bit & 64-bit versions and works on all systems starting from Windows XP to 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 = ''; } }