mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 22:20:49 -05:00
[PR #2589] Add pycryptodome #1906
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2589
Author: @LucaBonamino
Created: 6/10/2024
Status: 🔄 Open
Base:
master← Head:patch-1📝 Commits (2)
fefadf1Add pycryptodome032a039Merge branch 'vinta:master' into patch-1📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.