From fefadf124000419c6dd07fdbe955b8e443db686c Mon Sep 17 00:00:00 2001 From: Luca <44218525+programmingAthlete@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:14:05 +0200 Subject: [PATCH] Add pycryptodome Add pycryptodome package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a99fed92..85658533 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [cryptography](https://github.com/pyca/cryptography) - A package designed to expose cryptographic primitives and recipes to Python developers. * [paramiko](https://github.com/paramiko/paramiko) - The leading native Python SSHv2 protocol library. * [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library. +* [pycryptodome](https://github.com/Legrandin/pycryptodome) - Package containing cryptographic primitives. ## Data Analysis