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

Import MD4 from pycryptodomex package #1132

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Import MD4 from pycryptodomex package #1132

merged 1 commit into from
Mar 20, 2024

Conversation

exploide
Copy link
Contributor

Now that the pycryptodomex package is listed as a requirement, we can just import MD4 from the Cryptodome module to get rid of the annoying import problems.

They occurred when the system's OpenSSL does no longer enable MD4 and (and hence hashlib cannot use it) and the import from Crypto also fails because neither the legacy pycrypto package nor the pycryptodome package is installed. None of them was listed as a dependency. But now pycryptodomex is. :)

fixes #1051
fixes #1038

@cannatag cannatag merged commit 92cb049 into cannatag:dev Mar 20, 2024
@cannatag
Copy link
Owner

thanks!

@exploide exploide deleted the md4 branch March 21, 2024 18:16
@testworksau
Copy link

@cannatag there doesn't appear to be a release that includes this on pypi; is there a plan to do so soon?

@Wissperwind
Copy link

Hi
Had the same issue and found this. When can we expect a release?

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

Successfully merging this pull request may close these issues.

Missing crypto dependency for MD4 Python 3.10 with ldap3.NTLM - unsupported hash type MD4
4 participants