Skip to main content

cryptography is a package which provides cryptographic recipes and primitives to Python developers.

Project description

Latest Version Latest Docs https://travis-ci.org/pyca/cryptography.svg?branch=master https://codecov.io/github/pyca/cryptography/coverage.svg?branch=master

cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your “cryptographic standard library”. It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+.

cryptography includes both high level recipes, and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests and key derivation functions. For example, to encrypt something with cryptography’s high level symmetric encryption recipe:

>>> from cryptography.fernet import Fernet
>>> # Put this somewhere safe!
>>> key = Fernet.generate_key()
>>> f = Fernet(key)
>>> token = f.encrypt(b"A really secret message. Not for prying eyes.")
>>> token
'...'
>>> f.decrypt(token)
'A really secret message. Not for prying eyes.'

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.

Release history Release notifications | RSS feed

This version

1.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cryptography-1.5.tar.gz (400.3 kB view hashes)

Uploaded Source

Built Distributions

cryptography-1.5-pp226-pp226u-macosx_10_10_x86_64.whl (1.2 MB view hashes)

Uploaded PyPy macOS 10.10+ x86-64

cryptography-1.5-cp35-cp35m-win_amd64.whl (1.3 MB view hashes)

Uploaded CPython 3.5m Windows x86-64

cryptography-1.5-cp35-cp35m-win32.whl (894.2 kB view hashes)

Uploaded CPython 3.5m Windows x86

cryptography-1.5-cp35-cp35m-macosx_10_10_x86_64.whl (1.4 MB view hashes)

Uploaded CPython 3.5m macOS 10.10+ x86-64

cryptography-1.5-cp35-cp35m-macosx_10_6_intel.whl (1.4 MB view hashes)

Uploaded CPython 3.5m macOS 10.6+ intel

cryptography-1.5-cp34-cp34m-win_amd64.whl (1.3 MB view hashes)

Uploaded CPython 3.4m Windows x86-64

cryptography-1.5-cp34-cp34m-win32.whl (888.6 kB view hashes)

Uploaded CPython 3.4m Windows x86

cryptography-1.5-cp34-cp34m-macosx_10_10_x86_64.whl (1.4 MB view hashes)

Uploaded CPython 3.4m macOS 10.10+ x86-64

cryptography-1.5-cp34-cp34m-macosx_10_6_intel.whl (1.4 MB view hashes)

Uploaded CPython 3.4m macOS 10.6+ intel

cryptography-1.5-cp33-cp33m-win_amd64.whl (1.3 MB view hashes)

Uploaded CPython 3.3m Windows x86-64

cryptography-1.5-cp33-cp33m-win32.whl (888.6 kB view hashes)

Uploaded CPython 3.3m Windows x86

cryptography-1.5-cp33-cp33m-macosx_10_10_x86_64.whl (1.4 MB view hashes)

Uploaded CPython 3.3m macOS 10.10+ x86-64

cryptography-1.5-cp33-cp33m-macosx_10_6_intel.whl (1.4 MB view hashes)

Uploaded CPython 3.3m macOS 10.6+ intel

cryptography-1.5-cp27-cp27mu-macosx_10_10_x86_64.whl (1.4 MB view hashes)

Uploaded CPython 2.7mu macOS 10.10+ x86-64

cryptography-1.5-cp27-cp27m-win_amd64.whl (1.3 MB view hashes)

Uploaded CPython 2.7m Windows x86-64

cryptography-1.5-cp27-cp27m-win32.whl (888.6 kB view hashes)

Uploaded CPython 2.7m Windows x86

cryptography-1.5-cp27-cp27m-macosx_10_10_intel.whl (2.4 MB view hashes)

Uploaded CPython 2.7m macOS 10.10+ intel

cryptography-1.5-cp27-cp27m-macosx_10_6_intel.whl (1.4 MB view hashes)

Uploaded CPython 2.7m macOS 10.6+ intel

cryptography-1.5-cp26-cp26m-win_amd64.whl (1.3 MB view hashes)

Uploaded CPython 2.6m Windows x86-64

cryptography-1.5-cp26-cp26m-win32.whl (889.4 kB view hashes)

Uploaded CPython 2.6m Windows x86

cryptography-1.5-cp26-cp26m-macosx_10_10_intel.whl (2.4 MB view hashes)

Uploaded CPython 2.6m macOS 10.10+ intel

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page