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.