Skip to main content
https://travis-ci.org/pyca/cryptography.svg?branch=master https://coveralls.io/repos/pyca/cryptography/badge.png?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.2+, and PyPy.

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 files for cryptography 0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for cryptography 0.3
File Size Uploaded
cryptography-0.3.tar.gz 208.4 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for cryptography 0.3
File
cryptography-0.3-cp34-none-win32.whl CPython 3.4 none Windows x86-32 Details
cryptography-0.3-cp33-none-win32.whl CPython 3.3 none Windows x86-32 Details
cryptography-0.3-cp32-none-win32.whl CPython 3.2 none Windows x86-32 Details
cryptography-0.3-cp27-none-win32.whl CPython 2.7 none Windows x86-32 Details
cryptography-0.3-cp26-none-win32.whl CPython 2.6 none Windows x86-32 Details

Total release size: 1.1 MB

Release files / cryptography-0.3.tar.gz

Download URL cryptography-0.3.tar.gz
Size 208.4 kB
Tags Source
SHA-256 checksum
How to use checksums
372fe51b170cf313b06c6118044d0517a43196a44086893d2756ec6454a457f3
BLAKE2b-256 checksum
How to use checksums
23e5b88c59881762846b5d470f1118d6428a16021e3b900aadacd29323b7307b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / cryptography-0.3-cp34-none-win32.whl

Download URL cryptography-0.3-cp34-none-win32.whl
Size 168.5 kB
Tags CPython 3.4 Windows x86-32
SHA-256 checksum
How to use checksums
0ac3c97dc6f2c307b1ca05e9af786f84659c81b4e3756910a18e0840b4f8a465
BLAKE2b-256 checksum
How to use checksums
6381995ff63ce27f27af3e9352487c9871de54a126527ea366dec100385ac645
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / cryptography-0.3-cp33-none-win32.whl

Download URL cryptography-0.3-cp33-none-win32.whl
Size 168.5 kB
Tags CPython 3.3 Windows x86-32
SHA-256 checksum
How to use checksums
376aebf34fe6378eba813e2a84ebad1cf79cddc8d4b4cf129505568c22e97ebe
BLAKE2b-256 checksum
How to use checksums
363d164e40223656269cb7db77473c7092414d6fcb32cfbde1f3c297f7176c00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / cryptography-0.3-cp32-none-win32.whl

Download URL cryptography-0.3-cp32-none-win32.whl
Size 168.8 kB
Tags CPython 3.2 Windows x86-32
SHA-256 checksum
How to use checksums
74f1fda256876dfdf923c5597940f57bcca0a668bccc77af0f1175cf76aa9c30
BLAKE2b-256 checksum
How to use checksums
ea5e993f726d0647138a4dfbc3193f5b9b8a1d3811525952623069cf6767e681
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / cryptography-0.3-cp27-none-win32.whl

Download URL cryptography-0.3-cp27-none-win32.whl
Size 168.7 kB
Tags CPython 2.7 Windows x86-32
SHA-256 checksum
How to use checksums
f8c74087eea5022b0bf2f4497fe2ce8d23eb2eae4699cbff779c4787be0a25cf
BLAKE2b-256 checksum
How to use checksums
d5380e9654eb5eb69705d138488c2033ef0cbc61cac1b0db40f460a837124938
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / cryptography-0.3-cp26-none-win32.whl

Download URL cryptography-0.3-cp26-none-win32.whl
Size 169.5 kB
Tags CPython 2.6 Windows x86-32
SHA-256 checksum
How to use checksums
911b92577df66b197e7b7f9451b262b576b37478e0627e892c2a048558918d78
BLAKE2b-256 checksum
How to use checksums
d901933fb575955c52d270e3ca148549b70630b5f5b07a1d5ccdffb4afdd589b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

3.4.8

19 release files

3.4.7

14 release files

3.4.6

12 release files

3.4.5

7 release files

3.4.4

7 release files

3.4.3

7 release files

3.4.2

7 release files

3.4.1

7 release files

3.4

8 release files

3.3.1

14 release files

3.3

14 release files

3.2.1

22 release files

3.2

22 release files

3.1.1

22 release files

3.1

22 release files

3.0

19 release files

2.9.2

19 release files

2.9.1

19 release files

2.9

19 release files

2.8

21 release files

2.7

16 release files

2.6.1

19 release files

2.6

19 release files

2.5

19 release files

2.4.2

19 release files

2.4.1

19 release files

2.4

13 release files

2.3.1

19 release files

2.3

19 release files

2.2.2

19 release files

2.2.1

17 release files

2.2

17 release files

2.1.4

23 release files

2.1.2

23 release files

2.1.1

27 release files

2.1

27 release files

2.0.2

30 release files

2.0.1

30 release files

2.0

32 release files

1.9

18 release files

1.8.2

26 release files

1.8.1

26 release files

1.8

26 release files

1.7.2

19 release files

1.7.1

26 release files

1.7

22 release files

1.6

22 release files

1.5.2

22 release files

1.5.1

22 release files

1.5

22 release files

1.4

22 release files

1.3.1

24 release files

1.3

21 release files

1.2.2

21 release files

1.2

21 release files

1.1.2

21 release files

1.1.1

21 release files

1.1

17 release files

1.0.2

17 release files

1.0

9 release files

0.9.3

9 release files

0.9.2

9 release files

0.9.1

9 release files

0.9

9 release files

0.8.2

11 release files

0.8.1

11 release files

0.8

11 release files

0.7.2

11 release files

0.7.1

11 release files

0.7

11 release files

0.6.1

11 release files

0.6

11 release files

0.5.4

11 release files

0.5.2

11 release files

0.5

11 release files

0.4

11 release files

This release

0.3 This release

6 release files

0.2.2

5 release files

0.2.1

5 release files

0.2

5 release files

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page