zhu / pynacl

Python binding to the Networking and Cryptography (NaCl) library

Home Page:http://pynacl.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyNaCl

https://travis-ci.org/pyca/pynacl.png?branch=master https://coveralls.io/repos/pyca/pynacl/badge.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

http://pynacl.readthedocs.org/

License:Apache License 2.0


Languages

Language:C 55.1%Language:Shell 33.8%Language:Python 7.7%Language:Assembly 1.8%Language:C++ 1.6%Language:Visual Basic 0.0%