Skip to content
forked from pyca/pynacl

Python binding to the Networking and Cryptography (NaCl) library

License

Notifications You must be signed in to change notification settings

aemichael/pynacl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyNaCl

https://travis-ci.org/pyca/pynacl.png?branch=master

PyNaCl is a Python binding to the Networking and Cryptography library, a crypto library with the stated goal of improving usability, security and speed.

Installation

PyNaCl relies on libsodium, a portable C library which can be compiled on a variety of systems. It may already be available from your package manager.

Once libsodium is installed, PyNaCl can be installed by:

$ python setup.py install

Features

  • Digital signatures
  • Secret-key encryption
  • Public-key encryption
  • HMAC (coming soon)

About

Python binding to the Networking and Cryptography (NaCl) library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 73.9%
  • Makefile 9.5%
  • Shell 7.9%
  • Python 5.7%
  • M4 1.3%
  • Assembly 1.0%
  • Other 0.7%