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

Add pycryptodome #2589

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

Conversation

programmingAthlete
Copy link

@programmingAthlete programmingAthlete commented Jun 10, 2024

Add pycryptodome package

What is this Python project?

This python package https://github.com/Legrandin/pycryptodome contains multiple easy-to use crypto primitives.

What's the difference between this Python project and similar ones?

The package satisfies the quality of the state of the art, providing all the necessary features the ciphers should own to be usable in real-life applications.
The implementations of the ciphers are in C, making it an optimal solution if you require fast encryption schemes that you can easily use as package in your python projects. This is crucial if you are working in a python project that requires usage of crypto primitives and you still want your project to be competitive.

--

Anyone who agrees with this pull request could submit an Approve review to it.

Add pycryptodome package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants