Skip to content
Snippets Groups Projects
user avatar
Merge pull request #14 from davidfischer/fix-typo
Donald Stufft authored
Fixed a typo in SecretBox docstring
146efa74
History

PyNaCl

https://travis-ci.org/dstufft/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 (coming soon)
  • HMAC (coming soon)