Skip to content

SecAlgo/libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

libraries

A curated collection of cryptographic libraries. For each library, we provide a a brief description of its main features.


cryptography.io

Python cryptographic interface built on top of the OpenSSL cryptographic library (written in C). Provides high level recipes for authenticated encryption and X.509 certificate management. Low level (hazmat) primitives provided for general cryptographic operations.

Website - GitHub - PyPi - Documentation

Keyczar

High-level interface for a limited set of cryptographic operations and key management built on top of lower-level libraries. Designed to provide safe and easy access to cryptographic resources. All configuration is done through key generation, which is accomplished through an included command-line tool.

  • Developer: Community Project
  • Initial Release: 12/28/2011
  • Latest version: 0.716 (05/16/2016)
  • Languages: Java, Python, C++
  • License: Apache 2.0

Website - GitHub - PyPi - Documentation

M2Crypto

Python interface built on top of the OpenSSL cryptographic library (written in C). Provides access to a wide range of basic cryptographic operations as well as SSL/TLS, HTTPS, S/MIME, X.509 Certificate management, etc.

  • Maintainer: Matěj Cepl
  • Initial Release: 06/24/2003
  • Latest version: 0.29 (02/23/2018)
  • Languages: Python
  • License: MIT

Website - GitLab - PyPi - Documentation

PyCrypto

Python library of cryptographic algorithms implemented in C. Includes cryptographic algorithms for shared key and public key encryption and authentication, cryptographic hashes, and key derivation. Also provides a secure PRNG, a strong version of Python's random module, and a small set of useful mathematical operations.

Website - GitHub - PyPi - API documentation - Configuration details

PyCryptodome

Python library of cryptographic algorithms, partially implemented in C. Began as a fork of PyCrypto. Continued development has added support for authenticated encryption, safe stream ciphers, elliptic curve operations (encryption and signing), SHA3 hash functions, etc.

Website - GitHub - PyPi - Documentation - Configuration details

pyNaCl

A Python interface for the libsodium cryptographic library (written in C), a fork of the Networking and Cryptography Library (NaCl). Libsodium (and NaCl) are designed to provide easy access to a carefully selected set of cryptographic algorithms implemented for saftey and efficiency. The pyNaCl interface provides similarly high-level access to those resources from within the Python language.

Website - GitHub - PyPi - Documentation

pyOpenSSL

A lightweight Python interface for a subset of the OpenSSL cryptographic library (written in C). Does not provide general access to basic cryptographic operations, but instead focuses on the construction of SSL/TLS sessions and the lower-level cryptographic operations required to manage them (public key authentication and X.509 certificate handling).

Website - GitHub - PyPi - Documentation

pysodium

A lightweight interface wrapped around the libsodium cryptographic library (written in C), a fork of the Networking and Cryptography library (NaCl). This is practically a repoduction of the lower-level NaCl interface for cryptographic operations slightly adapted for usage in Python.

Website - GitHub - PyPi


C

OpenSSL


Java

Bouncy Castle


Uncategorized

NTRU

  • Languages: C, Java

Website - GitHub


Other resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors