cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2013-09-10 19:47:50 -05:00
cryptography add get_iv_or_nonce() methods to replace _get_iv() on api 2013-09-10 19:47:50 -05:00
docs remove unneeded init in ECB class, add warning to docs for ECB mode 2013-09-10 19:47:50 -05:00
tests add get_iv_or_nonce() methods to replace _get_iv() on api 2013-09-10 19:47:50 -05:00
.gitignore Ignore the dist directory 2013-08-11 17:29:21 -04:00
.travis.yml Notify IRC on travis runs 2013-08-07 16:59:41 -04:00
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 Initial commit. Migrates over basic project files, and the OpenSSL bindings 2013-08-06 19:31:02 -07:00
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/