HOW TO Retrieve hash password from Active Directory

Jul 9 2019 12:05 PM
Greetings,
 
I am working for some security task to assess weak and compromised password.
I have a list of compromised passwords (NTLM hashed) and I want to compare it against our AD passwords. 
How do I retrieve hash passwords from Active Directory using C#? 
So I want to compare hashed password against hashed password. 

Answers (3)