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

Consider replacing PyCrypto with PyCryptodome #402

Open
sbellem opened this issue Nov 30, 2019 · 1 comment
Open

Consider replacing PyCrypto with PyCryptodome #402

sbellem opened this issue Nov 30, 2019 · 1 comment
Assignees
Labels
maintenance better way to write existing code, better tools/packages which can simplify things

Comments

@sbellem
Copy link
Collaborator

sbellem commented Nov 30, 2019

PyCryptodome can be used as: an almost drop-in replacement for the old PyCrypto library

PyCrytpo's development momentum seems to be paused since 2014; 58 pull requests currently open, 136 open issues. Currently fails for Python 3.8 because of its usage of time.clock -- trivial to fix though: pycrypto/pycrypto#296).

All in all, PyCryptodome appears to be a better option.

As a note: PyCrytpodome has an implementation of Shamir's Secret Sharing: https://github.com/Legrandin/pycryptodome/blob/master/lib/Crypto/Protocol/SecretSharing.py.

@sbellem sbellem added the maintenance better way to write existing code, better tools/packages which can simplify things label Nov 30, 2019
@sbellem sbellem self-assigned this Nov 30, 2019
@sanket1729
Copy link
Collaborator

Yes, we are already made this transition from pycryptodome to pycrypto for Crypto course this year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance better way to write existing code, better tools/packages which can simplify things
Projects
None yet
Development

No branches or pull requests

2 participants