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.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cryptography-42.0.8.tar.gz | 671.2 kB | Details |
Built distributions (wheels)
Total release size: 113.2 MB
Release files / cryptography-42.0.8.tar.gz
| Download URL | cryptography-42.0.8.tar.gz |
|---|---|
| Size | 671.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8d09d05439ce7baa8e9e95b07ec5b6c886f548deb7e0f69ef25f64b3bce842f2
|
|
BLAKE2b-256 checksum How to use checksums |
93a71498799a2ea06148463a9a2c10ab2f6a921a74fb19e231b27dc412a748e2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-pp310-pypy310_pp73-win_amd64.whl
| Download URL | cryptography-42.0.8-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 |
7016f837e15b0a1c119d27ecd89b3515f01f90a8615ed5e9427e30d9cdbfed3d
|
|
BLAKE2b-256 checksum How to use checksums |
10382c8dae407d301eaf942e377a5b2b30485cfa0df03c6c2dcc2ac044054ed9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
| Download URL | cryptography-42.0.8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 3.8 MB |
| Tags | Linux glibc 2.28+ x86-64 PyPy 3.10 PyPy 3.10 7.3 |
|
SHA-256 checksum How to use checksums |
c9bb2ae11bfbab395bdd072985abde58ea9860ed84e59dbc0463a5d0159f5b71
|
|
BLAKE2b-256 checksum How to use checksums |
c1e260b05e720766e185ef097d07068bd878a51d613ef91e4c241750f9c9192b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
| Download URL | cryptography-42.0.8-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.6 MB |
| Tags | Linux glibc 2.28+ ARM64 PyPy 3.10 PyPy 3.10 7.3 |
|
SHA-256 checksum How to use checksums |
81884c4d096c272f00aeb1f11cf62ccd39763581645b0812e99a91505fa48e0c
|
|
BLAKE2b-256 checksum How to use checksums |
d5f361b398b5ec61f4b6ffbf746227df7ebb421696458d9625d634043f236a13
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
| Download URL | cryptography-42.0.8-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 |
ba4f0a211697362e89ad822e667d8d340b4d8d55fae72cdd619389fb5912eefe
|
|
BLAKE2b-256 checksum How to use checksums |
a3fe1e21699f0a7904e8a30d4fc6db262958f1edf5e505a02e7d97a5b419e482
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-pp39-pypy39_pp73-win_amd64.whl
| Download URL | cryptography-42.0.8-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 |
013629ae70b40af70c9a7a5db40abe5d9054e6f4380e50ce769947b73bf3caad
|
|
BLAKE2b-256 checksum How to use checksums |
21a7b88d4f80396488c442c39c588302a71ad7b1c1f03179b4a770bcddc2af77
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
| Download URL | cryptography-42.0.8-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 3.8 MB |
| Tags | Linux glibc 2.28+ x86-64 PyPy 3.9 PyPy 3.9 7.3 |
|
SHA-256 checksum How to use checksums |
343728aac38decfdeecf55ecab3264b015be68fc2816ca800db649607aeee648
|
|
BLAKE2b-256 checksum How to use checksums |
92dbcea4ec90a8730449dd5c42ce361749bb62de2bec5bed37ea84d98eff0d8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
| Download URL | cryptography-42.0.8-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.6 MB |
| Tags | Linux glibc 2.28+ ARM64 PyPy 3.9 PyPy 3.9 7.3 |
|
SHA-256 checksum How to use checksums |
dec9b018df185f08483f294cae6ccac29e7a6e0678996587363dc352dc65c842
|
|
BLAKE2b-256 checksum How to use checksums |
a2317cb5750b1b85a3b2adbfb40eeb283623077e606a3c950f78012c7ff455fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
| Download URL | cryptography-42.0.8-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 |
5a94eccb2a81a309806027e1670a358b99b8fe8bfe9f8d329f27d72c094dde8c
|
|
BLAKE2b-256 checksum How to use checksums |
fc4d55718454ee7a5b7da07f9892afae34004f211b29f0679869ddc838d78873
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp39-abi3-win_amd64.whl
| Download URL | cryptography-42.0.8-cp39-abi3-win_amd64.whl |
|---|---|
| Size | 2.9 MB |
| Tags | CPython 3.9 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
fa76fbb7596cc5839320000cdd5d0955313696d9511debab7ee7278fc8b5c84a
|
|
BLAKE2b-256 checksum How to use checksums |
a27bb0d330852dd5953daee6b15f742f15d9f18e9c0154eb4cfcc8718f0436da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp39-abi3-win32.whl
| Download URL | cryptography-42.0.8-cp39-abi3-win32.whl |
|---|---|
| Size | 2.4 MB |
| Tags | CPython 3.9 Windows x86-32 abi3 |
|
SHA-256 checksum How to use checksums |
2f88d197e66c65be5e42cd72e5c18afbfae3f741742070e3019ac8f4ac57262c
|
|
BLAKE2b-256 checksum How to use checksums |
3cd5c6a78ffccdbe4516711ebaa9ed2c7eb6ac5dfa3dc920f2c7e920af2418b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp39-abi3-musllinux_1_2_x86_64.whl
| Download URL | cryptography-42.0.8-cp39-abi3-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.9 MB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
b297f90c5723d04bcc8265fc2a0f86d4ea2e0f7ab4b6994459548d3a6b992a14
|
|
BLAKE2b-256 checksum How to use checksums |
fd2bbe327b580645927bb1a1f32d5a175b897a9b956bc085b095e15c40bac9ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp39-abi3-musllinux_1_2_aarch64.whl
| Download URL | cryptography-42.0.8-cp39-abi3-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.9 Linux musl 1.2+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
31f721658a29331f895a5a54e7e82075554ccfb8b163a18719d342f5ffe5ecb1
|
|
BLAKE2b-256 checksum How to use checksums |
89f4a8b982e88eb5350407ebdbf4717b55043271d878705329e107f4783555f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp39-abi3-musllinux_1_1_x86_64.whl
| Download URL | cryptography-42.0.8-cp39-abi3-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 3.9 MB |
| Tags | CPython 3.9 Linux musl 1.1+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
cafb92b2bc622cd1aa6a1dce4b93307792633f4c5fe1f46c6b97cf67073ec961
|
|
BLAKE2b-256 checksum How to use checksums |
0f3885c74d0ac4c540780e072b1e6f148ecb718418c1062edcb20d22f3ec5bbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp39-abi3-musllinux_1_1_aarch64.whl
| Download URL | cryptography-42.0.8-cp39-abi3-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 3.8 MB |
| Tags | CPython 3.9 Linux musl 1.1+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
fff12c88a672ab9c9c1cf7b0c80e3ad9e2ebd9d828d955c126be4fd3e5578c9e
|
|
BLAKE2b-256 checksum How to use checksums |
a268e16751f6b859bc120f53fddbf3ebada5c34f0e9689d8af32884d8b2e4b4c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp39-abi3-manylinux_2_28_x86_64.whl
| Download URL | cryptography-42.0.8-cp39-abi3-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 3.9 MB |
| Tags | CPython 3.9 Linux glibc 2.28+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
9c0c1716c8447ee7dbf08d6db2e5c41c688544c61074b54fc4564196f55c25a7
|
|
BLAKE2b-256 checksum How to use checksums |
fae2b7e6e8c261536c489d9cf908769880d94bd5d9a187e166b0dc838d2e6a56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp39-abi3-manylinux_2_28_aarch64.whl
| Download URL | cryptography-42.0.8-cp39-abi3-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.9 Linux glibc 2.28+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
dc0fdf6787f37b1c6b08e6dfc892d9d068b5bdb671198c72072828b80bd5fe4c
|
|
BLAKE2b-256 checksum How to use checksums |
5ff9c3d4f19b82bdb25a3d857fe96e7e571c981810e47e3f299cc13ac429066a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | cryptography-42.0.8-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 3.8 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
a0608251135d0e03111152e41f0cc2392d1e74e35703960d4190b2e0f4ca9c70
|
|
BLAKE2b-256 checksum How to use checksums |
491c9f6d13cc8041c05eebff1154e4e71bedd1db8e174fff999054435994187a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | cryptography-42.0.8-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
c4783183f7cb757b73b2ae9aed6599b96338eb957233c58ca8f49a49cc32fd5e
|
|
BLAKE2b-256 checksum How to use checksums |
43c24a3eef67e009a522711ebd8ac89424c3a7fe591ece7035d964419ad52a1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp39-abi3-macosx_10_12_universal2.whl
| Download URL | cryptography-42.0.8-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 |
dea567d1b0e8bc5764b9443858b673b734100c2871dc93163f58c46a97a83d28
|
|
BLAKE2b-256 checksum How to use checksums |
6012f064af29190cdb1d38fe07f3db6126091639e1dece7ec77c4ff037d49193
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-win_amd64.whl
| Download URL | cryptography-42.0.8-cp37-abi3-win_amd64.whl |
|---|---|
| Size | 2.9 MB |
| Tags | CPython 3.7 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
57080dee41209e556a9a4ce60d229244f7a66ef52750f813bfbe18959770cfba
|
|
BLAKE2b-256 checksum How to use checksums |
060f78da3cad74f2ba6c45321dc90394d70420ea846730dc042ef527f5a224b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-win32.whl
| Download URL | cryptography-42.0.8-cp37-abi3-win32.whl |
|---|---|
| Size | 2.4 MB |
| Tags | CPython 3.7 Windows x86-32 abi3 |
|
SHA-256 checksum How to use checksums |
a0c5b2b0585b6af82d7e385f55a8bc568abff8923af147ee3c07bd8b42cda8b2
|
|
BLAKE2b-256 checksum How to use checksums |
cf714e0d05c9acd638a225f57fb6162aa3d03613c11b76893c23ea4675bb28c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-musllinux_1_2_x86_64.whl
| Download URL | cryptography-42.0.8-cp37-abi3-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.9 MB |
| Tags | CPython 3.7 Linux musl 1.2+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
d45b940883a03e19e944456a558b67a41160e367a719833c53de6911cabba2b7
|
|
BLAKE2b-256 checksum How to use checksums |
952682d704d988a193cbdc69ac3b41c687c36eaed1642cce52530ad810c35645
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-musllinux_1_2_aarch64.whl
| Download URL | cryptography-42.0.8-cp37-abi3-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.7 Linux musl 1.2+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
2f66d9cd9147ee495a8374a45ca445819f8929a3efcd2e3df6428e46c3cbb10b
|
|
BLAKE2b-256 checksum How to use checksums |
53c2903014dafb7271fb148887d4355b2e90319cad6e810663be622b0c933fc9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-musllinux_1_1_x86_64.whl
| Download URL | cryptography-42.0.8-cp37-abi3-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 3.9 MB |
| Tags | CPython 3.7 Linux musl 1.1+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
ad803773e9df0b92e0a817d22fd8a3675493f690b96130a5e24f1b8fabbea9c7
|
|
BLAKE2b-256 checksum How to use checksums |
25c986f04e150c5d5d5e4a731a2c1e0e43da84d901f388e3fea3d5de98d689a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-musllinux_1_1_aarch64.whl
| Download URL | cryptography-42.0.8-cp37-abi3-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 3.8 MB |
| Tags | CPython 3.7 Linux musl 1.1+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
2346b911eb349ab547076f47f2e035fc8ff2c02380a7cbbf8d87114fa0f1c583
|
|
BLAKE2b-256 checksum How to use checksums |
5c46de71d48abf2b6d3c808f4fbb0f4dc44a4e72786be23df0541aa2a3f6fd7e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-manylinux_2_28_x86_64.whl
| Download URL | cryptography-42.0.8-cp37-abi3-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 3.9 MB |
| Tags | CPython 3.7 Linux glibc 2.28+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
6b7c4f03ce01afd3b76cf69a5455caa9cfa3de8c8f493e0d3ab7d20611c8dae9
|
|
BLAKE2b-256 checksum How to use checksums |
0740d6f6819c62e808ea74639c3c640f7edd636b86cce62cb14943996a15df92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-manylinux_2_28_aarch64.whl
| Download URL | cryptography-42.0.8-cp37-abi3-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.7 Linux glibc 2.28+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
5226d5d21ab681f432a9c1cf8b658c0cb02533eece706b155e5fbd8a0cdd3949
|
|
BLAKE2b-256 checksum How to use checksums |
c2de8083fa2e68d403553a01a9323f4f8b9d7ffed09928ba25635c29fb28c1e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | cryptography-42.0.8-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 3.8 MB |
| Tags | CPython 3.7 Linux glibc 2.17+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
e599b53fd95357d92304510fb7bda8523ed1f79ca98dce2f43c115950aa78801
|
|
BLAKE2b-256 checksum How to use checksums |
35662d87e9ca95c82c7ee5f2c09716fc4c4242c1ae6647b9bd27e55e920e9f10
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | cryptography-42.0.8-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.7 Linux glibc 2.17+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
e3ec3672626e1b9e55afd0df6d774ff0e953452886e06e0f1eb7eb0c832e8902
|
|
BLAKE2b-256 checksum How to use checksums |
5d32f6326c70a9f0f258a201d3b2632bca586ea24d214cec3cf36e374040e273
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-macosx_10_12_x86_64.whl
| Download URL | cryptography-42.0.8-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 |
961e61cefdcb06e0c6d7e3a1b22ebe8b996eb2bf50614e89384be54c48c6b63d
|
|
BLAKE2b-256 checksum How to use checksums |
fa5d31d833daa800e4fab33209843095df7adb4a78ea536929145534cbc15026
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / cryptography-42.0.8-cp37-abi3-macosx_10_12_universal2.whl
| Download URL | cryptography-42.0.8-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 |
81d8a521705787afe7a18d5bfb47ea9d9cc068206270aad0b96a725022e18d2e
|
|
BLAKE2b-256 checksum How to use checksums |
f98b1b929ba8139430e09e140e6939c2b29c18df1f2fc2149e41bdbdcdaf5d1f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|