pure-python ECDSA signature/verification and ECDH key agreement
The main features of tlsfuzzer/python-ecdsa are: Python Cryptography.
Open-source alternatives to tlsfuzzer/python-ecdsa include: pyca/cryptography — This project is a Python cryptography library that provides a collection of cryptographic primitives and high-level… cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… davidaurelio/hashids-python — Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3. georgemarshall/django-cryptography — Easily encrypt data in Django. jhuisi/charm — Charm: A Framework for Rapidly Prototyping Cryptosystems. legrandin/pycryptodome — A self-contained cryptographic library for Python.
This project is a Python cryptography library that provides a collection of cryptographic primitives and high-level recipes for implementing secure encryption and authentication. It functions as a symmetric encryption toolkit and a cryptographic hash provider, offering both a low-level cryptographic interface for building custom protocols and high-level tools for securing data. The library covers a broad range of security capabilities, including symmetric data encryption, the derivation of cryptographic keys from passwords or secret values, and data integrity verification through the generati
Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3
Easily encrypt data in Django
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.