cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-09-09 21:44:26 -07:00
cryptography Update docstring to pass alex8 linting 2013-09-09 17:45:52 -05:00
docs More fully document the contribution process, move most of the details from 2013-09-09 21:44:26 -07:00
tests Aded the 3DES vectors. Refs #51. 2013-09-09 18:14:05 -07:00
.gitignore Ignore the dist directory 2013-08-11 17:29:21 -04:00
.travis.yml
AUTHORS.rst update authors 2013-09-09 18:01:56 -05:00
CONTRIBUTING.rst More fully document the contribution process, move most of the details from 2013-09-09 21:44:26 -07:00
LICENSE
MANIFEST.in Include all of our files in the distributions, and install packages 2013-08-11 17:29:21 -04:00
README.rst Merge branch 'master' into why-cryptography 2013-08-11 09:09:10 -04:00
setup.py This isn't a thing 2013-08-31 10:09:16 -07:00
tox.ini Merge branch 'master' into simple-symmetric-encryption 2013-08-12 07:26:16 -04:00

Cryptography
============

.. image:: https://travis-ci.org/alex/cryptography.png?branch=master
   :target: https://travis-ci.org/alex/cryptography

.. image:: https://coveralls.io/repos/alex/cryptography/badge.png?branch=master
    :target: https://coveralls.io/r/alex/cryptography?branch=master

``cryptography`` is a package designed to expose cryptographic primitives and
recipes to Python developers.

It is currently in early development and isn't recommended for general usage
yet. It targets Python 2.6-2.7, Python 3.2+, as well as PyPy.

You can find more documentation at `Read The Docs`_.

.. _`Read The Docs`: https://cryptography.readthedocs.org/