Compare commits

...

3 Commits

Author SHA1 Message Date
Luca
5fd1ad7f09
Merge 032a0399a6257db14decacda9cf557678b120d2b into 2252650cfdff3782d5a85458507fe9ec6edde7a4 2024-09-11 14:57:14 -07:00
Luca
032a0399a6
Merge branch 'vinta:master' into patch-1 2024-09-11 23:56:42 +02:00
Luca
fefadf1240
Add pycryptodome
Add pycryptodome package
2024-06-10 22:14:05 +02:00

View File

@ -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