[PR #2589] Add pycryptodome #1906

Open
opened 2025-11-06 13:25:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2589
Author: @LucaBonamino
Created: 6/10/2024
Status: 🔄 Open

Base: masterHead: patch-1


📝 Commits (2)

  • fefadf1 Add pycryptodome
  • 032a039 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2589 **Author:** [@LucaBonamino](https://github.com/LucaBonamino) **Created:** 6/10/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`fefadf1`](https://github.com/vinta/awesome-python/commit/fefadf124000419c6dd07fdbe955b8e443db686c) Add pycryptodome - [`032a039`](https://github.com/vinta/awesome-python/commit/032a0399a6257db14decacda9cf557678b120d2b) Merge branch 'vinta:master' into patch-1 ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:25:35 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1906