-
Notifications
You must be signed in to change notification settings - Fork 21
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
Migrate to supported alternative to pycrypto? #6
Comments
Thanks for the suggestions, I will definitely look at them. |
I have now migrated to cryptography in Git. If you could test it, it would be much appreciated! |
Hi @jaraco, since you directly use secretstorage in keyring, do you think you can check if the new dependency here is working with keyring? |
I don't actually use Linux keyring on a regular basis. If I were to test this, I would have to start with a fresh VM and install the Python dependencies by hand and secret storage from Git... And I still wouldn't have any existing passwords to test. So I can't be of much help here. |
I have ran the python-keyring tests against the new source and they pass. |
Hi @mitya57 |
Hi @lmazuel, a new release uploaded! |
Thanks a lot! |
Pycrypto has not been updated in 2 years with a fairly long list of open pull requests. There are alternatives:
-- using pycryptodome (less desirable due to conflict with pycrypto install)
-- using pycryptodomex and modifying the imports from Crypto to Cryptodomex
-- using cryptography and modifying more code
The text was updated successfully, but these errors were encountered: