awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add pycryptodome

Open programmingAthlete opened this issue 8 months ago • 0 comments

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.

programmingAthlete avatar Jun 10 '24 20:06 programmingAthlete