-
Notifications
You must be signed in to change notification settings - Fork 635
READ THIS IF YOU WANT HELP #238
Comments
Since i was about to write @dlitz (repo owner) an email about this, I was wandering if any maintainer is still around to put this issues text on the repos frontpage, so people will get redirected to So maybe just make it official 'the king is dead, long live the king'. |
It would be good if GitHub could come up with a general automatic mechanism for this, to automatically figure out when a parent project is dead, and which fork might be a suitable go-to. Ie don't show merely a list of forks, but show an indication of their activity. Ideally, a quick perusal of the list of forks would make it obvious which forks are active. But in this case, Legrandin/pycryptodome isn't a direct fork of this project, so that mechanism wouldn't help. There is a Legrandin/pycrypto, but that hasn't had recent activity either. Does GitHub not support a fork+rename? |
pip uninstall crypto pip uninstall pycryptodomex Rename Folder "crypto" to "Crypto" [C:\Users\AppData\Local\Programs\Python\Python37\Lib\site-packages] Then Use "from Crypto.Cipher import AES" |
Also has usability concerns: https://www.ieee-security.org/TC/SP2017/papers/161.pdf published in 2017. |
Pycrypto is no longer maintained. pycryptodome is a (mostly) drop in replacement. See pycrypto/pycrypto#238
tl;dr: PyCrypto is dead. Switch to PyCryptodome (GitHub: /~https://github.com/Legrandin/pycryptodome PyPi: https://pypi.python.org/pypi/pycryptodome). Do not report any new bugs here!
As you may or may not have noticed, the last change to PyCrypto was made
threefive years ago.The developers don't react to issues on the issue tracker anymore. This means PyCrypto is de facto dead. If you find problems and want them to be fixed consider following:
As a user or developer who uses software which requires PyCrypto:
As a developer who develops/maintains software depending on PyCrypto:
As a developer who wants to develop new software:
While this is not an official statement it represents the status quo.
The text was updated successfully, but these errors were encountered: