cryptography
Cryptography tool
A package providing cryptographic primitives and recipes for secure data encryption and manipulation
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
7k stars
132 watching
2k forks
Language: Python
last commit: 4 days ago
Linked from 1 awesome list
cryptographypython
Related projects:
Repository | Description | Stars |
---|---|---|
legrandin/pycryptodome | A comprehensive cryptographic library for Python that provides low-level primitives and algorithms for secure data processing | 2,851 |
pyca/pynacl | A Python interface to cryptographic primitives and protocols | 1,077 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,537 |
akuradiary/sigma_ciphers_cryptograms | A Python implementation of various ciphers and encryption algorithms with a custom wrapper called Sigma. | 3 |
google/pytype | Automates type checking and error prevention in Python code | 4,773 |
py-pdf/pypdf | A Python library for manipulating and extracting data from PDF files | 8,379 |
dmazzella/ucryptoauthlib | A lightweight Python driver for Microchip's Crypto Authentication secure elements | 41 |
ibarrond/pyfhel | A Python library for encrypted computations and data operations using homomorphic encryption | 487 |
cyal1/pyburp | An extension that allows modifying HTTP requests and responses with Python code to facilitate security testing of encrypted transactions | 22 |
piaca/micropython-aes | An implementation of the AES encryption algorithm in pure Python for use with MicroPython | 18 |
ethereum/py-evm | An implementation of the Ethereum Virtual Machine in Python | 2,267 |
pyca/bcrypt | A modern password hashing library for Python | 1,250 |
ethereum/web3.py | A Python library providing an interface to the Ethereum blockchain ecosystem. | 5,020 |
randombit/botan | A C++ cryptography toolkit with TLS and X.509 support | 2,587 |
ciphey/ciphey | Automates decryption and encoding detection without knowing the key or cipher | 18,214 |