Skip to main content

pyca/cryptography

Latest Version Latest Docs https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main

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 3.7+ and PyPy3 7.3.11+.

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
b'...'
>>> f.decrypt(token)
b'A really secret message. Not for prying eyes.'

You can find more information in the documentation.

You can install cryptography with:

$ pip install cryptography

For full details see the installation 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 #pyca on irc.libera.chat to ask questions or get involved.

Security

Need to report a security issue? Please consult our security reporting documentation.

Release files for cryptography 42.0.0

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 42.0.0
File Size Uploaded
cryptography-42.0.0.tar.gz 671.9 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for cryptography 42.0.0
File
cryptography-42.0.0-pp310-pypy310_pp73-win_amd64.whl PyPy 3.10 PyPy 3.10 7.3 Windows x86-64 Details
cryptography-42.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.28+ x86-64 Details
cryptography-42.0.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.28+ ARM64 Details
cryptography-42.0.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 macOS 10.12+ x86-64 Details
cryptography-42.0.0-pp39-pypy39_pp73-win_amd64.whl PyPy 3.9 PyPy 3.9 7.3 Windows x86-64 Details
cryptography-42.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.28+ x86-64 Details
cryptography-42.0.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.28+ ARM64 Details
cryptography-42.0.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 macOS 10.12+ x86-64 Details
cryptography-42.0.0-cp39-abi3-win_amd64.whl CPython 3.9 abi3 Windows x86-64 Details
cryptography-42.0.0-cp39-abi3-win32.whl CPython 3.9 abi3 Windows x86-32 Details
cryptography-42.0.0-cp39-abi3-musllinux_1_2_x86_64.whl CPython 3.9 abi3 Linux musl 1.2+ x86-64 Details
cryptography-42.0.0-cp39-abi3-musllinux_1_2_aarch64.whl CPython 3.9 abi3 Linux musl 1.2+ ARM64 Details
cryptography-42.0.0-cp39-abi3-musllinux_1_1_x86_64.whl CPython 3.9 abi3 Linux musl 1.1+ x86-64 Details
cryptography-42.0.0-cp39-abi3-musllinux_1_1_aarch64.whl CPython 3.9 abi3 Linux musl 1.1+ ARM64 Details
cryptography-42.0.0-cp39-abi3-manylinux_2_28_x86_64.whl CPython 3.9 abi3 Linux glibc 2.28+ x86-64 Details
cryptography-42.0.0-cp39-abi3-manylinux_2_28_aarch64.whl CPython 3.9 abi3 Linux glibc 2.28+ ARM64 Details
cryptography-42.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 abi3 Linux glibc 2.17+ x86-64 Details
cryptography-42.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 abi3 Linux glibc 2.17+ ARM64 Details
cryptography-42.0.0-cp39-abi3-macosx_10_12_universal2.whl CPython 3.9 abi3 macOS 10.12+ universal2 (ARM64, x86-64) Details
cryptography-42.0.0-cp37-abi3-win_amd64.whl CPython 3.7 abi3 Windows x86-64 Details
cryptography-42.0.0-cp37-abi3-win32.whl CPython 3.7 abi3 Windows x86-32 Details
cryptography-42.0.0-cp37-abi3-musllinux_1_2_x86_64.whl CPython 3.7 abi3 Linux musl 1.2+ x86-64 Details
cryptography-42.0.0-cp37-abi3-musllinux_1_2_aarch64.whl CPython 3.7 abi3 Linux musl 1.2+ ARM64 Details
cryptography-42.0.0-cp37-abi3-musllinux_1_1_x86_64.whl CPython 3.7 abi3 Linux musl 1.1+ x86-64 Details
cryptography-42.0.0-cp37-abi3-musllinux_1_1_aarch64.whl CPython 3.7 abi3 Linux musl 1.1+ ARM64 Details
cryptography-42.0.0-cp37-abi3-manylinux_2_28_x86_64.whl CPython 3.7 abi3 Linux glibc 2.28+ x86-64 Details
cryptography-42.0.0-cp37-abi3-manylinux_2_28_aarch64.whl CPython 3.7 abi3 Linux glibc 2.28+ ARM64 Details
cryptography-42.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 abi3 Linux glibc 2.17+ x86-64 Details
cryptography-42.0.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 abi3 Linux glibc 2.17+ ARM64 Details
cryptography-42.0.0-cp37-abi3-macosx_10_12_x86_64.whl CPython 3.7 abi3 macOS 10.12+ x86-64 Details
cryptography-42.0.0-cp37-abi3-macosx_10_12_universal2.whl CPython 3.7 abi3 macOS 10.12+ universal2 (ARM64, x86-64) Details

Total release size: 128.9 MB

Release files / cryptography-42.0.0.tar.gz

Download URL cryptography-42.0.0.tar.gz
Size 671.9 kB
Tags Source
SHA-256 checksum
How to use checksums
6cf9b76d6e93c62114bd19485e5cb003115c134cf9ce91f8ac924c44f8c8c3f4
BLAKE2b-256 checksum
How to use checksums
1d95e81ad3a9caadfc6a4367de7432fd3b779a2e2af760ce9a9cb4f5704d57ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-pp310-pypy310_pp73-win_amd64.whl

Download URL cryptography-42.0.0-pp310-pypy310_pp73-win_amd64.whl
Size 2.8 MB
Tags PyPy 3.10 PyPy 3.10 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
c310767268d88803b653fffe6d6f2f17bb9d49ffceb8d70aed50ad45ea49ab08
BLAKE2b-256 checksum
How to use checksums
420e7c08584648a678f72b572a59be10d7dbb707a0f4ada3ba7867c2c24b8820
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl

Download URL cryptography-42.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Size 4.6 MB
Tags Linux glibc 2.28+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
bd7cf7a8d9f34cc67220f1195884151426ce616fdc8285df9054bfa10135925f
BLAKE2b-256 checksum
How to use checksums
37f1246a240613342d8f2b55c3d53e1aaa007dd1a2da89c63c284ab1a1c14c19
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl

Download URL cryptography-42.0.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Size 4.4 MB
Tags Linux glibc 2.28+ ARM64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
be14b31eb3a293fc6e6aa2807c8a3224c71426f7c4e3639ccf1a2f3ffd6df8c3
BLAKE2b-256 checksum
How to use checksums
a6dd2215fe4262689ddf745329ea1ac5bfd0f9a36c83393a22f9b3f88a83c736
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl

Download URL cryptography-42.0.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Size 3.0 MB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
3005166a39b70c8b94455fdbe78d87a444da31ff70de3331cdec2c568cf25b7e
BLAKE2b-256 checksum
How to use checksums
8d3d3748781509216a0a36535bee1a8ad2ffe1f361bd84178e69aa1306727cf4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-pp39-pypy39_pp73-win_amd64.whl

Download URL cryptography-42.0.0-pp39-pypy39_pp73-win_amd64.whl
Size 2.8 MB
Tags PyPy 3.9 PyPy 3.9 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
988b738f56c665366b1e4bfd9045c3efae89ee366ca3839cd5af53eaa1401bce
BLAKE2b-256 checksum
How to use checksums
fd90ceedb243089bd9900e9aa056e33439642fcfc16f1e61ee9096b7317d2ab2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl

Download URL cryptography-42.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Size 4.6 MB
Tags Linux glibc 2.28+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
69fd009a325cad6fbfd5b04c711a4da563c6c4854fc4c9544bff3088387c77c0
BLAKE2b-256 checksum
How to use checksums
ef2e53f1c6af9f8f1d61692d544f487102bcec7a6433bbf0212220dd31a1be5c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl

Download URL cryptography-42.0.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
Size 4.4 MB
Tags Linux glibc 2.28+ ARM64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
e9326ca78111e4c645f7e49cbce4ed2f3f85e17b61a563328c85a5208cf34440
BLAKE2b-256 checksum
How to use checksums
a14baaa09fcf30295e8eea0c2d31f3e86e7f9ab7ffffce77428f784603ccd17e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl

Download URL cryptography-42.0.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Size 3.0 MB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
bdce70e562c69bb089523e75ef1d9625b7417c6297a76ac27b1b8b1eb51b7d0f
BLAKE2b-256 checksum
How to use checksums
4035b1ed9dce391efb6be76e2daf6d22bccfbc5906fc9db25ed32ce176a4a7c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp39-abi3-win_amd64.whl

Download URL cryptography-42.0.0-cp39-abi3-win_amd64.whl
Size 2.9 MB
Tags CPython 3.9 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
14e4b909373bc5bf1095311fa0f7fcabf2d1a160ca13f1e9e467be1ac4cbdf94
BLAKE2b-256 checksum
How to use checksums
0b54521f8a7c29c4ddd9c5c9c64eb5c384e3460456b5e8758221acb7d43c0f4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp39-abi3-win32.whl

Download URL cryptography-42.0.0-cp39-abi3-win32.whl
Size 2.4 MB
Tags CPython 3.9 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
74f18a4c8ca04134d2052a140322002fef535c99cdbc2a6afc18a8024d5c9d5b
BLAKE2b-256 checksum
How to use checksums
ec74d83327b88177157e5c7d35c232bcbe1571172871ca4e6181a94c9d8dd174
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp39-abi3-musllinux_1_2_x86_64.whl

Download URL cryptography-42.0.0-cp39-abi3-musllinux_1_2_x86_64.whl
Size 4.7 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
206aaf42e031b93f86ad60f9f5d9da1b09164f25488238ac1dc488334eb5e221
BLAKE2b-256 checksum
How to use checksums
bba0001701ed3c1af3764209586325cdabf9cc108f85046aca76bb468c136bb9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp39-abi3-musllinux_1_2_aarch64.whl

Download URL cryptography-42.0.0-cp39-abi3-musllinux_1_2_aarch64.whl
Size 4.5 MB
Tags CPython 3.9 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
85f759ed59ffd1d0baad296e72780aa62ff8a71f94dc1ab340386a1207d0ea81
BLAKE2b-256 checksum
How to use checksums
c744a9f709e81e85556f3397e49d6c9bf978a92b43a825a9a3ab160745e4fa47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp39-abi3-musllinux_1_1_x86_64.whl

Download URL cryptography-42.0.0-cp39-abi3-musllinux_1_1_x86_64.whl
Size 4.7 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64 abi3
SHA-256 checksum
How to use checksums
d97aae66b7de41cdf5b12087b5509e4e9805ed6f562406dfcf60e8481a9a28f8
BLAKE2b-256 checksum
How to use checksums
fe77b94c51dd91db91816edf1887b8213b6efcfaabf6c29db75498e4006159da
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp39-abi3-musllinux_1_1_aarch64.whl

Download URL cryptography-42.0.0-cp39-abi3-musllinux_1_1_aarch64.whl
Size 4.6 MB
Tags CPython 3.9 Linux musl 1.1+ ARM64 abi3
SHA-256 checksum
How to use checksums
324721d93b998cb7367f1e6897370644751e5580ff9b370c0a50dc60a2003513
BLAKE2b-256 checksum
How to use checksums
18d3987d30dfba4692bf59885dc2c92d48c225e43881c0b3470d50f7cff167c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp39-abi3-manylinux_2_28_x86_64.whl

Download URL cryptography-42.0.0-cp39-abi3-manylinux_2_28_x86_64.whl
Size 4.6 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
56ce0c106d5c3fec1038c3cca3d55ac320a5be1b44bf15116732d0bc716979a2
BLAKE2b-256 checksum
How to use checksums
70beacec07938369a79785521ec3927fe4f7b218906c117d62f53e82536d63f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp39-abi3-manylinux_2_28_aarch64.whl

Download URL cryptography-42.0.0-cp39-abi3-manylinux_2_28_aarch64.whl
Size 4.4 MB
Tags CPython 3.9 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
c58115384bdcfe9c7f644c72f10f6f42bed7cf59f7b52fe1bf7ae0a622b3a139
BLAKE2b-256 checksum
How to use checksums
3f75d9d9da7bc4ff3bb10efb2ba97d1fc312eaf6ead7fd9948739ab04f57919a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cryptography-42.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.6 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
3ca482ea80626048975360c8e62be3ceb0f11803180b73163acd24bf014133a0
BLAKE2b-256 checksum
How to use checksums
75a75fa7af8f4d3afc997ea0cadd0b61f429157cfe1e00b32d2f80209ee6e4c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL cryptography-42.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 4.4 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
be41b0c7366e5549265adf2145135dca107718fa44b6e418dc7499cfff6b4689
BLAKE2b-256 checksum
How to use checksums
a02aee11ab07177b9677d0a784b44adeba08a2335f96996b53747b13215610ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp39-abi3-macosx_10_12_universal2.whl

Download URL cryptography-42.0.0-cp39-abi3-macosx_10_12_universal2.whl
Size 5.9 MB
Tags CPython 3.9 abi3 macOS 10.12+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
8fedec73d590fd30c4e3f0d0f4bc961aeca8390c72f3eaa1a0874d180e868ddf
BLAKE2b-256 checksum
How to use checksums
48d591e831a6613b05aa2953a55aa0a04ec909c0a3212ea095038932be71fa02
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-win_amd64.whl

Download URL cryptography-42.0.0-cp37-abi3-win_amd64.whl
Size 2.9 MB
Tags CPython 3.7 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
a2a8d873667e4fd2f34aedab02ba500b824692c6542e017075a2efc38f60a4c0
BLAKE2b-256 checksum
How to use checksums
152eac05f504e15eaa73044d07c5ea2f68f8228103ac76e2e166cb0a32e9d7da
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-win32.whl

Download URL cryptography-42.0.0-cp37-abi3-win32.whl
Size 2.4 MB
Tags CPython 3.7 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
8814722cffcfd1fbd91edd9f3451b88a8f26a5fd41b28c1c9193949d1c689dc4
BLAKE2b-256 checksum
How to use checksums
4727f275bcc9c1a43bced5cbfa77b30bd6f65cf654a4820087f585dc0cb4c4d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-musllinux_1_2_x86_64.whl

Download URL cryptography-42.0.0-cp37-abi3-musllinux_1_2_x86_64.whl
Size 4.7 MB
Tags CPython 3.7 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
35cf6ed4c38f054478a9df14f03c1169bb14bd98f0b1705751079b25e1cb58bc
BLAKE2b-256 checksum
How to use checksums
9ea31bd5fbf562cdc833a3346057989dcb9f4739a3dc23702fdb0a93c22bed31
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-musllinux_1_2_aarch64.whl

Download URL cryptography-42.0.0-cp37-abi3-musllinux_1_2_aarch64.whl
Size 4.5 MB
Tags CPython 3.7 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
9515ea7f596c8092fdc9902627e51b23a75daa2c7815ed5aa8cf4f07469212ec
BLAKE2b-256 checksum
How to use checksums
af99a75191ea7f2bcfc30c21265d02693409393142b8f48589e8650756dc4fc0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-musllinux_1_1_x86_64.whl

Download URL cryptography-42.0.0-cp37-abi3-musllinux_1_1_x86_64.whl
Size 4.7 MB
Tags CPython 3.7 Linux musl 1.1+ x86-64 abi3
SHA-256 checksum
How to use checksums
33588310b5c886dfb87dba5f013b8d27df7ffd31dc753775342a1e5ab139e59d
BLAKE2b-256 checksum
How to use checksums
edaa82230dc50c543fc4d9c1035dc163bdb2db8127f7569500d3587c69c6e80f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-musllinux_1_1_aarch64.whl

Download URL cryptography-42.0.0-cp37-abi3-musllinux_1_1_aarch64.whl
Size 4.6 MB
Tags CPython 3.7 Linux musl 1.1+ ARM64 abi3
SHA-256 checksum
How to use checksums
ca20550bb590db16223eb9ccc5852335b48b8f597e2f6f0878bbfd9e7314eb17
BLAKE2b-256 checksum
How to use checksums
065aa791677f3c01d6df63e965782f7e9aee503258cef1e15c0a3702ab7c70c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-manylinux_2_28_x86_64.whl

Download URL cryptography-42.0.0-cp37-abi3-manylinux_2_28_x86_64.whl
Size 4.6 MB
Tags CPython 3.7 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
5a217bca51f3b91971400890905a9323ad805838ca3fa1e202a01844f485ee87
BLAKE2b-256 checksum
How to use checksums
3e70622ddb0c709ce19a3e0d19966d8cf6f2c3a5783274008d848cb26b1a18d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-manylinux_2_28_aarch64.whl

Download URL cryptography-42.0.0-cp37-abi3-manylinux_2_28_aarch64.whl
Size 4.4 MB
Tags CPython 3.7 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
0a68bfcf57a6887818307600c3c0ebc3f62fbb6ccad2240aa21887cda1f8df1b
BLAKE2b-256 checksum
How to use checksums
b801d98f0563c34b50d65ba3ee732f4b80d4242a61d8f445184e4088ba26ebe5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cryptography-42.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.6 MB
Tags CPython 3.7 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
87086eae86a700307b544625e3ba11cc600c3c0ef8ab97b0fda0705d6db3d4e3
BLAKE2b-256 checksum
How to use checksums
7c5cdb5bf91d7180237315f9f6ffc232b270efbc548e00354f4fcc81cd38ac22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL cryptography-42.0.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 4.4 MB
Tags CPython 3.7 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
146e971e92a6dd042214b537a726c9750496128453146ab0ee8971a0299dc9bd
BLAKE2b-256 checksum
How to use checksums
87703872191532a869ebc64b3724a770f7df027688875569eba466a19442a833
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-macosx_10_12_x86_64.whl

Download URL cryptography-42.0.0-cp37-abi3-macosx_10_12_x86_64.whl
Size 3.1 MB
Tags CPython 3.7 abi3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
678cfa0d1e72ef41d48993a7be75a76b0725d29b820ff3cfd606a5b2b33fda01
BLAKE2b-256 checksum
How to use checksums
abceb3d3690be81e580861ba8d327ccd138fb6d132865f2d57110f373ec41f60
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release files / cryptography-42.0.0-cp37-abi3-macosx_10_12_universal2.whl

Download URL cryptography-42.0.0-cp37-abi3-macosx_10_12_universal2.whl
Size 5.9 MB
Tags CPython 3.7 abi3 macOS 10.12+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
c640b0ef54138fde761ec99a6c7dc4ce05e80420262c20fa239e694ca371d434
BLAKE2b-256 checksum
How to use checksums
fe3d9851b8398591fe6da5ac64a27fc06f8e243416cb46da10452d9b1281fa8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.7

Release history Release notifications | RSS feed

This release

42.0.0 This release

32 release files

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

0.3

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