Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NTLM authentication fails because MD4 and MD5 are not available #22

Closed
bergerod opened this issue Nov 29, 2018 · 1 comment
Closed

NTLM authentication fails because MD4 and MD5 are not available #22

bergerod opened this issue Nov 29, 2018 · 1 comment

Comments

@bergerod
Copy link

When using ntlm_auth and hash md4 and md5 are not available the code fails. We can no longer use md4 and md5 due to security concerns. Is there are work around or update to use sha1?

We are receiving unsupported hash types when executing the code.
ValueError: unsupported hash type md4

@jborean93
Copy link
Owner

Unfortunately there is nothing I can do to help you with this issue. The ntlm spec required md4/md5 to be used as part of calculating the hash and we can't change the spec. In reality NTLM is a really old protocol that you honestly shouldn't be using if possible, when you are in a domain environment then take the time to start using Kerberos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants