Can Active Directory authenticate user with MD5 hashed password

Under normal circumstances, to authenticate a user in AD, you send AD a user-defined text password (using SSL, I hope). For reasons that are beyond control, I only have an MD5 hash of the user password. Is it possible to configure AD to authenticate users using this hash instead of the original password?

thank

+3
source share
1 answer

After much research, it became apparent that AD does not support the scenario. AD does not expose its internal hash from the outside, and in addition, it does not use MD5 for hash passwords. He is using something stronger.

0

Source: https://habr.com/ru/post/1734633/


All Articles