We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it is necessary to be required version cryptography>=39.0 , latest is cryptography 42.0.5
some version affect another script functions.
install_requires=[ "asn1crypto", "cryptography>=39.0", pip install cryptography cryptography 42.0.5 "impacket", "ldap3", "pyasn1==0.4.8", pip install pyasn1 "dnspython", "dsinternals", "pyopenssl>=23.0.0", pip install pyOpenSSL pyOpenSSL 24.1.0 "requests", "requests_ntlm", 'winacl; platform_system=="Windows"', 'wmi; platform_system=="Windows"', "pycryptodome", "unicrypto"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it is necessary to be required version cryptography>=39.0 , latest is cryptography 42.0.5
some version affect another script functions.
install_requires=[
"asn1crypto",
"cryptography>=39.0",
pip install cryptography
cryptography 42.0.5
"impacket",
"ldap3",
"pyasn1==0.4.8",
pip install pyasn1
"dnspython",
"dsinternals",
"pyopenssl>=23.0.0",
pip install pyOpenSSL
pyOpenSSL 24.1.0
"requests",
"requests_ntlm",
'winacl; platform_system=="Windows"',
'wmi; platform_system=="Windows"',
"pycryptodome",
"unicrypto"
The text was updated successfully, but these errors were encountered: