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

Require py3 for msoffcrypto #795

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

christian-intra2net
Copy link
Contributor

Quoting the deprecation warning for package "cryptography", which is needed for msoffcrypto:

Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.

Therefore, do not require msoffcrypto any more for any python2-install of oletools.

This does not solve anything yet, since other dependencies of oletools also depend on cryptography. Still, I think this is a step in the right direction.

Quoting the deprecation warning for encryption, which is needed for
msoffcrypto:

Python 2 is no longer supported by the Python core team. Support for it is
now deprecated in cryptography, and will be removed in the next release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants