cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Find a file
2014-02-05 18:06:16 +00:00
.travis Starting now, setuptools should come with pip *fingerscrossed* 2014-01-20 22:18:44 -06:00
cryptography Made OpenSSL's derive_pbkdf2_hmac raise the right exception 2014-02-04 16:21:48 -08:00
docs Merge pull request #563 from alex/better-constant-time-docs 2014-02-04 18:03:58 -08:00
tests PKCS #1 RSA test vector loader 2014-02-05 18:06:16 +00:00
.coveragerc add library switch for windows support 2014-01-23 20:12:23 -06:00
.gitignore Ignore all eggs 2014-01-08 19:39:55 -06:00
.travis.yml Refer to the d param of RSA as private_exponent. 2014-02-03 07:14:16 -08:00
AUTHORS.rst Add bindings for X509_REQ_get_extensions. 2014-01-29 08:56:07 -08:00
CONTRIBUTING.rst giv eup and use a header 2013-11-12 17:45:30 -08:00
dev-requirements.txt This is also a requirement 2014-01-16 13:19:30 -06:00
LICENSE Initial commit. Migrates over basic project files, and the OpenSSL bindings 2013-08-06 19:31:02 -07:00
MANIFEST.in Include the fernet vectors in the sdist 2014-02-01 10:21:45 -08:00
pytest.ini okay this time really finish the rename. Up example iterations to 100k 2014-01-28 17:09:59 -06:00
README.rst Link to our issue tracker in the readme 2014-02-01 16:25:56 -08:00
setup.py On OS X at build time compile the CC bindings 2014-01-19 23:44:31 -06:00
tasks.py Python 2.6 support 2014-01-07 11:12:47 -08:00
tox.ini pass posargs via tox so --backend can be used for tox envs 2014-01-13 21:55:12 -05:00

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

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

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


``cryptography`` is a package designed to expose cryptographic recipes and
primitives 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+, and PyPy.

You can find more information in the `documentation`_.


Discussion
~~~~~~~~~~

If you run into bugs, you can file them in our `issue tracker`_.

We maintain a `cryptography-dev`_ mailing list for development discussion.

You can also join ``#cryptography-dev`` on Freenode to ask questions or get
involved.


.. _`documentation`: https://cryptography.io/
.. _`issue tracker`: https://github.com/pyca/cryptography/issues
.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev