Skip to main content
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.2

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.2
File Size Uploaded
cryptography-42.0.2.tar.gz 672.8 kB Details

Built distributions (wheels)

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

Total release size: 129.0 MB

Release files / cryptography-42.0.2.tar.gz

Download URL cryptography-42.0.2.tar.gz
Size 672.8 kB
Tags Source
SHA-256 checksum
How to use checksums
e0ec52ba3c7f1b7d813cd52649a5b3ef1fc0d433219dc8c93827c57eab6cf888
BLAKE2b-256 checksum
How to use checksums
0f6f40f1b5c6bafc809dd21a9e577458ecc1d8062a7e10148d140f402b535eaa
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.2-pp310-pypy310_pp73-win_amd64.whl

Download URL cryptography-42.0.2-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
fbeb725c9dc799a574518109336acccaf1303c30d45c075c665c0793c2f79a7f
BLAKE2b-256 checksum
How to use checksums
c30657ec96b1849cba92d7657a5a7a85ed3416e4012e48ed8c0091f85bffd309
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.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl

Download URL cryptography-42.0.2-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
4383b47f45b14459cab66048d384614019965ba6c1a1a141f11b5a551cace1b2
BLAKE2b-256 checksum
How to use checksums
85134ae74d6ffbc7ed55385f055c223cbb50e14ad3f7d44953a7c2e56bfd9306
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.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl

Download URL cryptography-42.0.2-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
a7ef8dd0bf2e1d0a27042b231a3baac6883cdd5557036f5e8df7139255feaac6
BLAKE2b-256 checksum
How to use checksums
1f58e4a5c676fcc6e4106dbe3f54383abc50079337f7d8bf05d934cb395cdce3
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.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl

Download URL cryptography-42.0.2-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
087887e55e0b9c8724cf05361357875adb5c20dec27e5816b653492980d20380
BLAKE2b-256 checksum
How to use checksums
d35516b27cd61946c47379986264b7bc2ed714349bab56a9a0cbdfed6463591f
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.2-pp39-pypy39_pp73-win_amd64.whl

Download URL cryptography-42.0.2-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
141e2aa5ba100d3788c0ad7919b288f89d1fe015878b9659b307c9ef867d3a65
BLAKE2b-256 checksum
How to use checksums
8b228cef63579d0969638cc34e4d9cf5ca4cdb66e630d6fba5774ff6aed99adf
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.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl

Download URL cryptography-42.0.2-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
52ed9ebf8ac602385126c9a2fe951db36f2cb0c2538d22971487f89d0de4065a
BLAKE2b-256 checksum
How to use checksums
e12b73e7a235e5f52cb003ceff06d57d6c70257b9d406fb83b35833537b70eb1
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.2-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl

Download URL cryptography-42.0.2-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
5ef9bc3d046ce83c4bbf4c25e1e0547b9c441c01d30922d812e887dc5f125c12
BLAKE2b-256 checksum
How to use checksums
a60a7e8a98209a8f3c7f8200207ad7a32d123cd6d520a9bd6edc5c957f56b335
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.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl

Download URL cryptography-42.0.2-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
320948ab49883557a256eab46149df79435a22d2fefd6a66fe6946f1b9d9d008
BLAKE2b-256 checksum
How to use checksums
7a194ff78f1bd152ee90c7e7dd174dedc8516ab9f872029a7bf58bd0eaaa199e
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.2-cp39-abi3-win_amd64.whl

Download URL cryptography-42.0.2-cp39-abi3-win_amd64.whl
Size 2.9 MB
Tags CPython 3.9 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
8a06641fb07d4e8f6c7dda4fc3f8871d327803ab6542e33831c7ccfdcb4d0ad6
BLAKE2b-256 checksum
How to use checksums
6d3d9ede0d37439a16263070739fbe2df7b44017696a685512fb1d379069ab6c
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.2-cp39-abi3-win32.whl

Download URL cryptography-42.0.2-cp39-abi3-win32.whl
Size 2.4 MB
Tags CPython 3.9 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
3dbd37e14ce795b4af61b89b037d4bc157f2cb23e676fa16932185a04dfbf635
BLAKE2b-256 checksum
How to use checksums
ab0dd9e256a6de07fb9d7f93934d9be92ab61ad003f86bf2e44d6001eee21d27
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.2-cp39-abi3-musllinux_1_2_x86_64.whl

Download URL cryptography-42.0.2-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
fa3dec4ba8fb6e662770b74f62f1a0c7d4e37e25b58b2bf2c1be4c95372b4a33
BLAKE2b-256 checksum
How to use checksums
74bbf5e04bb44e7bfb88bb71ecb4d60a8dffaa19262c1ebe832250ee82e06de8
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.2-cp39-abi3-musllinux_1_2_aarch64.whl

Download URL cryptography-42.0.2-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
130c0f77022b2b9c99d8cebcdd834d81705f61c68e91ddd614ce74c657f8b3ea
BLAKE2b-256 checksum
How to use checksums
45823da127b1b75ea24f09ad85bcef5a6a7526be795eec4077663cd3ff52d19d
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.2-cp39-abi3-musllinux_1_1_x86_64.whl

Download URL cryptography-42.0.2-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
ad28cff53f60d99a928dfcf1e861e0b2ceb2bc1f08a074fdd601b314e1cc9e0a
BLAKE2b-256 checksum
How to use checksums
ef9f49de69b6b55b812b492824bb1e5f4e37bb6953886c4c3fe0062be240f7e7
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.2-cp39-abi3-musllinux_1_1_aarch64.whl

Download URL cryptography-42.0.2-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
09a77e5b2e8ca732a19a90c5bca2d124621a1edb5438c5daa2d2738bfeb02589
BLAKE2b-256 checksum
How to use checksums
13e0529b44aac99133684311c4807d5eb7706c4acbffabd26ff1fa088ea59dad
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.2-cp39-abi3-manylinux_2_28_x86_64.whl

Download URL cryptography-42.0.2-cp39-abi3-manylinux_2_28_x86_64.whl
Size 4.7 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
2f9f14185962e6a04ab32d1abe34eae8a9001569ee4edb64d2304bf0d65c53f3
BLAKE2b-256 checksum
How to use checksums
3c72fb557573cebcae88c6efe3a73981181384e08408c1125a8e97a7fb3edde4
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.2-cp39-abi3-manylinux_2_28_aarch64.whl

Download URL cryptography-42.0.2-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
44c95c0e96b3cb628e8452ec060413a49002a247b2b9938989e23a2c8291fc90
BLAKE2b-256 checksum
How to use checksums
61ddaecb8fe565b5c90a04bd5e564d0a42eadf33596b87ab87f75d986f06480f
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.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cryptography-42.0.2-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
b9097a208875fc7bbeb1286d0125d90bdfed961f61f214d3f5be62cd4ed8a446
BLAKE2b-256 checksum
How to use checksums
5b444c984f47a302236e1c76b721bfc8d407de9ab6620a9037c2de026d30c38f
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.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL cryptography-42.0.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 4.5 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
28cb2c41f131a5758d6ba6a0504150d644054fd9f3203a1e8e8d7ac3aea7f73a
BLAKE2b-256 checksum
How to use checksums
1a364f5f60d9a94d1b4be9df2a15dc3394f4435e0119e15af8de6bd7fe4118ed
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.2-cp39-abi3-macosx_10_12_universal2.whl

Download URL cryptography-42.0.2-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
55d1580e2d7e17f45d19d3b12098e352f3a37fe86d380bf45846ef257054b242
BLAKE2b-256 checksum
How to use checksums
f4064229967761a1daf385bdb09bcb11d3d40970a54b52e896b41f43065eecf6
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.2-cp37-abi3-win_amd64.whl

Download URL cryptography-42.0.2-cp37-abi3-win_amd64.whl
Size 2.9 MB
Tags CPython 3.7 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
841ec8af7a8491ac76ec5a9522226e287187a3107e12b7d686ad354bb78facee
BLAKE2b-256 checksum
How to use checksums
8b14564e8c3ce8d87c88514e48b60949503ec9502f539f2f9bf3fc84725710a5
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.2-cp37-abi3-win32.whl

Download URL cryptography-42.0.2-cp37-abi3-win32.whl
Size 2.4 MB
Tags CPython 3.7 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
4b063d3413f853e056161eb0c7724822a9740ad3caa24b8424d776cebf98e7ee
BLAKE2b-256 checksum
How to use checksums
9bdbc0e3c058e074baccf9f60904fb2c62d89e40cb5f3895eb0443be9040dfa0
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.2-cp37-abi3-musllinux_1_2_x86_64.whl

Download URL cryptography-42.0.2-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
5fa82a26f92871eca593b53359c12ad7949772462f887c35edaf36f87953c0e2
BLAKE2b-256 checksum
How to use checksums
0b9a4957ac93763929e0b5ea2222114ee86fcfcdacf915447978b3a1e5ac7323
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.2-cp37-abi3-musllinux_1_2_aarch64.whl

Download URL cryptography-42.0.2-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
b97fe7d7991c25e6a31e5d5e795986b18fbbb3107b873d5f3ae6dc9a103278e9
BLAKE2b-256 checksum
How to use checksums
af4e178466a513ff8c1aba7f56fafb169fe27af4c28df4b770cd2c30fa6fde5e
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.2-cp37-abi3-musllinux_1_1_x86_64.whl

Download URL cryptography-42.0.2-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
a00aee5d1b6c20620161984f8ab2ab69134466c51f58c052c11b076715e72929
BLAKE2b-256 checksum
How to use checksums
2fdc74877e59e9d5f7014c833a93d4299925d3f4b0259131c930711061c3d51f
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.2-cp37-abi3-musllinux_1_1_aarch64.whl

Download URL cryptography-42.0.2-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
36d4b7c4be6411f58f60d9ce555a73df8406d484ba12a63549c88bd64f7967f1
BLAKE2b-256 checksum
How to use checksums
b8caacd576a5e2cf16448c9c31ae72c0d389a12acd58bd190bf91bb6082ffc91
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.2-cp37-abi3-manylinux_2_28_x86_64.whl

Download URL cryptography-42.0.2-cp37-abi3-manylinux_2_28_x86_64.whl
Size 4.7 MB
Tags CPython 3.7 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
a047682d324ba56e61b7ea7c7299d51e61fd3bca7dad2ccc39b72bd0118d60a1
BLAKE2b-256 checksum
How to use checksums
0287555b8e1b44386da3eacf5cf5a67c75e46224ca4c6213e4af152ac5941963
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.2-cp37-abi3-manylinux_2_28_aarch64.whl

Download URL cryptography-42.0.2-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
8e88bb9eafbf6a4014d55fb222e7360eef53e613215085e65a13290577394529
BLAKE2b-256 checksum
How to use checksums
0ca8b89bbf4eba7fedba5ed0963a9ad27c3b106622bb70f7c2bfae921cad6573
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.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cryptography-42.0.2-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
3b15c678f27d66d247132cbf13df2f75255627bcc9b6a570f7d2fd08e8c081d2
BLAKE2b-256 checksum
How to use checksums
d2f6a506b5a7b73253c450fab89c882b635cd0038adcc8e83e9729219d68f597
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.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL cryptography-42.0.2-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
ea2c3ffb662fec8bbbfce5602e2c159ff097a4631d96235fcf0fb00e59e3ece4
BLAKE2b-256 checksum
How to use checksums
b18511c92b74d7560cb2725653b49f54129c7284748bc56119a6dbabcaf51d05
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.2-cp37-abi3-macosx_10_12_x86_64.whl

Download URL cryptography-42.0.2-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
61321672b3ac7aade25c40449ccedbc6db72c7f5f0fdf34def5e2f8b51ca530d
BLAKE2b-256 checksum
How to use checksums
9ad8cb66df54747a05218b9e0cfa1e7606d96b892750a173196139ac29fe3f2e
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.2-cp37-abi3-macosx_10_12_universal2.whl

Download URL cryptography-42.0.2-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
701171f825dcab90969596ce2af253143b93b08f1a716d4b2a9d2db5084ef7be
BLAKE2b-256 checksum
How to use checksums
f3cde76223293a9c1c668e6de1c5400276a710f8fb5c69da1b07a6e66bbb45ae
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.2 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