Skip to main content
Latest Version Latest Docs https://github.com/pyca/cryptography/actions/workflows/ci.yml/badge.svg

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.9+ 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 48.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 48.0.0
File Size Uploaded
cryptography-48.0.0.tar.gz 833.0 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for cryptography 48.0.0
File
cryptography-48.0.0-pp311-pypy311_pp73-win_amd64.whl PyPy 3.11 PyPy 3.11 7.3 Windows x86-64 Details
cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.34+ x86-64 Details
cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.34+ ARM64 Details
cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ x86-64 Details
cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ ARM64 Details
cryptography-48.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl PyPy 3.11 PyPy 3.11 7.3 macOS 11.0+ ARM64 Details
cryptography-48.0.0-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
cryptography-48.0.0-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
cryptography-48.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
cryptography-48.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
cryptography-48.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ x86-64 Details
cryptography-48.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ PowerPC 64-le Details
cryptography-48.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ ARM64 Details
cryptography-48.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.31+ ARMv7l Details
cryptography-48.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64 Details
cryptography-48.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ PowerPC 64-le Details
cryptography-48.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 Details
cryptography-48.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
cryptography-48.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
cryptography-48.0.0-cp314-cp314t-macosx_10_9_universal2.whl CPython 3.14 CPython 3.14 free-threading macOS 10.9+ universal2 (ARM64, x86-64) Details
cryptography-48.0.0-cp311-abi3-win_amd64.whl CPython 3.11 abi3 Windows x86-64 Details
cryptography-48.0.0-cp311-abi3-win32.whl CPython 3.11 abi3 Windows x86-32 Details
cryptography-48.0.0-cp311-abi3-musllinux_1_2_x86_64.whl CPython 3.11 abi3 Linux musl 1.2+ x86-64 Details
cryptography-48.0.0-cp311-abi3-musllinux_1_2_aarch64.whl CPython 3.11 abi3 Linux musl 1.2+ ARM64 Details
cryptography-48.0.0-cp311-abi3-manylinux_2_34_x86_64.whl CPython 3.11 abi3 Linux glibc 2.34+ x86-64 Details
cryptography-48.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl CPython 3.11 abi3 Linux glibc 2.34+ PowerPC 64-le Details
cryptography-48.0.0-cp311-abi3-manylinux_2_34_aarch64.whl CPython 3.11 abi3 Linux glibc 2.34+ ARM64 Details
cryptography-48.0.0-cp311-abi3-manylinux_2_31_armv7l.whl CPython 3.11 abi3 Linux glibc 2.31+ ARMv7l Details
cryptography-48.0.0-cp311-abi3-manylinux_2_28_x86_64.whl CPython 3.11 abi3 Linux glibc 2.28+ x86-64 Details
cryptography-48.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl CPython 3.11 abi3 Linux glibc 2.28+ PowerPC 64-le Details
cryptography-48.0.0-cp311-abi3-manylinux_2_28_aarch64.whl CPython 3.11 abi3 Linux glibc 2.28+ ARM64 Details
cryptography-48.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.11 abi3 Linux glibc 2.17+ x86-64 Details
cryptography-48.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.11 abi3 Linux glibc 2.17+ ARM64 Details
cryptography-48.0.0-cp311-abi3-macosx_10_9_universal2.whl CPython 3.11 abi3 macOS 10.9+ universal2 (ARM64, x86-64) Details
cryptography-48.0.0-cp39-abi3-win_amd64.whl CPython 3.9 abi3 Windows x86-64 Details
cryptography-48.0.0-cp39-abi3-win32.whl CPython 3.9 abi3 Windows x86-32 Details
cryptography-48.0.0-cp39-abi3-musllinux_1_2_x86_64.whl CPython 3.9 abi3 Linux musl 1.2+ x86-64 Details
cryptography-48.0.0-cp39-abi3-musllinux_1_2_aarch64.whl CPython 3.9 abi3 Linux musl 1.2+ ARM64 Details
cryptography-48.0.0-cp39-abi3-manylinux_2_34_x86_64.whl CPython 3.9 abi3 Linux glibc 2.34+ x86-64 Details
cryptography-48.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl CPython 3.9 abi3 Linux glibc 2.34+ PowerPC 64-le Details
cryptography-48.0.0-cp39-abi3-manylinux_2_34_aarch64.whl CPython 3.9 abi3 Linux glibc 2.34+ ARM64 Details
cryptography-48.0.0-cp39-abi3-manylinux_2_31_armv7l.whl CPython 3.9 abi3 Linux glibc 2.31+ ARMv7l Details
cryptography-48.0.0-cp39-abi3-manylinux_2_28_x86_64.whl CPython 3.9 abi3 Linux glibc 2.28+ x86-64 Details
cryptography-48.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl CPython 3.9 abi3 Linux glibc 2.28+ PowerPC 64-le Details
cryptography-48.0.0-cp39-abi3-manylinux_2_28_aarch64.whl CPython 3.9 abi3 Linux glibc 2.28+ ARM64 Details
cryptography-48.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.9 abi3 Linux glibc 2.17+ x86-64 Details
cryptography-48.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.9 abi3 Linux glibc 2.17+ ARM64 Details
cryptography-48.0.0-cp39-abi3-macosx_10_9_universal2.whl CPython 3.9 abi3 macOS 10.9+ universal2 (ARM64, x86-64) Details

Total release size: 231.0 MB

Release files / cryptography-48.0.0.tar.gz

Download URL cryptography-48.0.0.tar.gz
Size 833.0 kB
Tags Source
SHA-256 checksum
How to use checksums
5c3932f4436d1cccb036cb0eaef46e6e2db91035166f1ad6505c3c9d5a635920
BLAKE2b-256 checksum
How to use checksums
9fa9db8f313fdcd85d767d4973515e1db101f9c71f95fced83233de224673757
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-pp311-pypy311_pp73-win_amd64.whl

Download URL cryptography-48.0.0-pp311-pypy311_pp73-win_amd64.whl
Size 3.7 MB
Tags PyPy 3.11 PyPy 3.11 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
db63bf618e5dea46c07de12e900fe1cdd2541e6dc9dbae772a70b7d4d4765f6a
BLAKE2b-256 checksum
How to use checksums
a2ca7e8365deec19afb2b2c7be7c1c0aa8f99633b54e90c570999acda93260fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl

Download URL cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Size 4.7 MB
Tags Linux glibc 2.34+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
4defde8685ae324a9eb9d818717e93b4638ef67070ac9bc15b8ca85f63048355
BLAKE2b-256 checksum
How to use checksums
b4e148cedb2fe63626e91ded1edad159e2a4fb8b6906c4425eb7749673077ce7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl

Download URL cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Size 4.6 MB
Tags Linux glibc 2.34+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
ecde28a596bead48b0cfd2a1b4416c3d43074c2d785e3a398d7ec1fc4d0f7fbb
BLAKE2b-256 checksum
How to use checksums
3bf25a72274ca9f1b2a8b44a662ee0bf1b435909deb473d6f97bcd035bcdbc71
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl

Download URL cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Size 4.7 MB
Tags Linux glibc 2.28+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
0890f502ddf7d9c6426129c3f49f5c0a39278ed7cd6322c8755ffca6ee675a13
BLAKE2b-256 checksum
How to use checksums
f00a7e226dbff530f21480727eb764973a7bff2b912f8e15cd4f129e71b56d1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl

Download URL cryptography-48.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Size 4.6 MB
Tags Linux glibc 2.28+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
fdfef35d751d510fcef5252703621574364fec16418c4a1e5e1055248401054b
BLAKE2b-256 checksum
How to use checksums
bc173861e17c56fa0fd37491a14a8673fdb77c57fc5693cafe745ea8b06dba75
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl

Download URL cryptography-48.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Size 4.0 MB
Tags PyPy 3.11 PyPy 3.11 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
84cf79f0dc8b36ac5da873481716e87aef31fcfa0444f9e1d8b4b2cece142855
BLAKE2b-256 checksum
How to use checksums
bed2024b5e06be9d44cb021fb0e1a03d34d63989cf56a0fe62f3dfbab695b9b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-win_amd64.whl

Download URL cryptography-48.0.0-cp314-cp314t-win_amd64.whl
Size 3.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
27241b1dc9962e056062a8eef1991d02c3a24569c95975bd2322a8a52c6e5e12
BLAKE2b-256 checksum
How to use checksums
4967cc947e288c0758a4e5473d1dcb743037ab7785541265a969240b8885441a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-win32.whl

Download URL cryptography-48.0.0-cp314-cp314t-win32.whl
Size 3.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
c17dfe85494deaeddc5ce251aebd1d60bbe6afc8b62071bb0b469431a000124f
BLAKE2b-256 checksum
How to use checksums
7554cc6d0f3deac3e81c7f847e8a189a12b6cdd65059b43dad25d4316abd849a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL cryptography-48.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 5.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9be5aafa5736574f8f15f262adc81b2a9869e2cfe9014d52a44633905b40d52c
BLAKE2b-256 checksum
How to use checksums
3885ea67067c70a1fd4be2c63d35eeed82658023021affccc7b17705f8527dd2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL cryptography-48.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 4.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
c18684a7f0cc9a3cb60328f496b8e3372def7c5d2df39ac267878b05565aaaae
BLAKE2b-256 checksum
How to use checksums
1878444fa04a77d0cb95f417dda20d450e13c56ba8e5220fc892a1658f44f882
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl

Download URL cryptography-48.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Size 4.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ x86-64
SHA-256 checksum
How to use checksums
ea8990436d914540a40ab24b6a77c0969695ed52f4a4874c5137ccf7045a7057
BLAKE2b-256 checksum
How to use checksums
b9094e76a09b4caa29aad535ddc806f5d4c5d01885bd978bd984fbc6ca032cae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl

Download URL cryptography-48.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl
Size 5.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ PowerPC 64-le
SHA-256 checksum
How to use checksums
906cbf0670286c6e0044156bc7d4af9cbb0ef6db9f73e52c3ec56ba6bdde5336
BLAKE2b-256 checksum
How to use checksums
dda6825010a291b4438aecc1f568bc428189fc1175515223632477c07dc0a6df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl

Download URL cryptography-48.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Size 4.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ ARM64
SHA-256 checksum
How to use checksums
ad64688338ed4bc1a6618076ba75fd7194a5f1797ac60b47afe926285adb3166
BLAKE2b-256 checksum
How to use checksums
fd36a608b98337af3cb2aff4818e406649d30572b7031918b04c87d979495348
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl

Download URL cryptography-48.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl
Size 4.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.31+ ARMv7l
SHA-256 checksum
How to use checksums
561215ea3879cb1cbbf272867e2efda62476f240fb58c64de6b393ae19246741
BLAKE2b-256 checksum
How to use checksums
b87799307d7574045699f8805aa500fa0fb83422d115b5400a064ddd306d7750
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL cryptography-48.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Size 4.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a64697c641c7b1b2178e573cbc31c7c6684cd56883a478d75143dbb7118036db
BLAKE2b-256 checksum
How to use checksums
11089f8c5386cc4cd90d8255c7cdd0f5baf459a08502a09de30dc51f553d38dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl

Download URL cryptography-48.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl
Size 5.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
55b7718303bf06a5753dcdccf2f3945cf18ad7bffde41b61226e4db31ab89a9c
BLAKE2b-256 checksum
How to use checksums
cab4fc334ed8cfd705aca282fe4d8f5ae64a8e0f74932e9feecb344610cf6e4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl

Download URL cryptography-48.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Size 4.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
76341972e1eff8b4bea859f09c0d3e64b96ce931b084f9b9b7db8ef364c30eff
BLAKE2b-256 checksum
How to use checksums
2f596ff6ad6cae03bb887da2a5860b2c9805f8dac969ef01ce563336c49bd1d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL cryptography-48.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 4.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
cc90c0b39b2e3c65ef52c804b72e3c58f8a04ab2a1871272798e5f9572c17d20
BLAKE2b-256 checksum
How to use checksums
be6a4ea3b4c6c6759794d5ee2103c304a5076dc4b19ae1f9fe47dba439e159e9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL cryptography-48.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 4.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
8c7378637d7d88016fa6791c159f698b3d3eed28ebf844ac36b9dc04a14dae18
BLAKE2b-256 checksum
How to use checksums
896e18e07a618bb5442ba10cf4df16e99c071365528aa570dfcb8c02e25a303b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp314-cp314t-macosx_10_9_universal2.whl

Download URL cryptography-48.0.0-cp314-cp314t-macosx_10_9_universal2.whl
Size 8.0 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
3cb07a3ed6431663cd321ea8a000a1314c74211f823e4177fefa2255e057d1ec
BLAKE2b-256 checksum
How to use checksums
6b8470e3feea9feea87fd7cbe77efb2712ae1e3e6edf10749dc6e95f4e60e455
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-win_amd64.whl

Download URL cryptography-48.0.0-cp311-abi3-win_amd64.whl
Size 3.8 MB
Tags CPython 3.11 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
5b012212e08b8dd5edc78ef54da83dd9892fd9105323b3993eff6bea65dc21d7
BLAKE2b-256 checksum
How to use checksums
f4ac8ac51b4a5fc5932eb7ee5c517ba7dc8cd834f0048962b6b352f00f41ebf9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-win32.whl

Download URL cryptography-48.0.0-cp311-abi3-win32.whl
Size 3.3 MB
Tags CPython 3.11 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
9c459db21422be75e2809370b829a87eb37f74cd785fc4aa9ea1e5f43b47cda4
BLAKE2b-256 checksum
How to use checksums
0470e5a1b41d325f797f39427aa44ef8baf0be500065ab6d8e10369d850d4a4f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-musllinux_1_2_x86_64.whl

Download URL cryptography-48.0.0-cp311-abi3-musllinux_1_2_x86_64.whl
Size 5.0 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
9249e3cd978541d665967ac2cb2787fd6a62bddf1e75b3e347a594d7dacf4f74
BLAKE2b-256 checksum
How to use checksums
98e17074eb8bf3c135558c73fc2bcf0f5633f912e6fb87e868a55c454080ef09
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-musllinux_1_2_aarch64.whl

Download URL cryptography-48.0.0-cp311-abi3-musllinux_1_2_aarch64.whl
Size 4.8 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
59baa2cb386c4f0b9905bd6eb4c2a79a69a128408fd31d32ca4d7102d4156321
BLAKE2b-256 checksum
How to use checksums
acd85b833bad13016f562ab9d063d68199a4bd121d18458e439515601d3357ec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-manylinux_2_34_x86_64.whl

Download URL cryptography-48.0.0-cp311-abi3-manylinux_2_34_x86_64.whl
Size 4.7 MB
Tags CPython 3.11 Linux glibc 2.34+ x86-64 abi3
SHA-256 checksum
How to use checksums
bd72e68b06bb1e96913f97dd4901119bc17f39d4586a5adf2d3e47bc2b9d58b5
BLAKE2b-256 checksum
How to use checksums
d0c07101d3b7215edcdc90c45da544961fd8ed2d6448f77577460fa75a8443f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl

Download URL cryptography-48.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl
Size 5.3 MB
Tags CPython 3.11 Linux glibc 2.34+ PowerPC 64-le abi3
SHA-256 checksum
How to use checksums
9ccdac7d40688ecb5a3b4a604b8a88c8002e3442d6c60aead1db2a89a041560c
BLAKE2b-256 checksum
How to use checksums
e3dc7303087450c2ec9e7fbb750e17c2abfbc658f23cbd0e54009509b7cc4091
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-manylinux_2_34_aarch64.whl

Download URL cryptography-48.0.0-cp311-abi3-manylinux_2_34_aarch64.whl
Size 4.7 MB
Tags CPython 3.11 Linux glibc 2.34+ ARM64 abi3
SHA-256 checksum
How to use checksums
7e8eac43dfca5c4cccc6dad9a80504436fca53bb9bc3100a2386d730fbe6b602
BLAKE2b-256 checksum
How to use checksums
849e500463e87abb7a0a0f9f256ec21123ecde0a7b5541a15e840ea54551fd81
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-manylinux_2_31_armv7l.whl

Download URL cryptography-48.0.0-cp311-abi3-manylinux_2_31_armv7l.whl
Size 4.3 MB
Tags CPython 3.11 Linux glibc 2.31+ ARMv7l abi3
SHA-256 checksum
How to use checksums
18349bbc56f4743c8b12dc32e2bccb2cf83ee8b69a3bba74ef8ae857e26b3d25
BLAKE2b-256 checksum
How to use checksums
30beeef653013d5c63b6a490529e0316f9ac14a37602965d4903efed1399f32b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-manylinux_2_28_x86_64.whl

Download URL cryptography-48.0.0-cp311-abi3-manylinux_2_28_x86_64.whl
Size 4.7 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
a0e692c683f4df67815a2d258b324e66f4738bd7a96a218c826dce4f4bd05d8f
BLAKE2b-256 checksum
How to use checksums
95380d29a6fd7d0d1373f0c0c88a04ba20e359b257753ac497564cd660fc1d55
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl

Download URL cryptography-48.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl
Size 5.3 MB
Tags CPython 3.11 Linux glibc 2.28+ PowerPC 64-le abi3
SHA-256 checksum
How to use checksums
369a6348999f94bbd53435c894377b20ab95f25a9065c283570e70150d8abc3c
BLAKE2b-256 checksum
How to use checksums
0c29174b9dfb60b12d59ecfc6cfa04bc88c21b42a54f01b8aae09bb6e51e4c7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-manylinux_2_28_aarch64.whl

Download URL cryptography-48.0.0-cp311-abi3-manylinux_2_28_aarch64.whl
Size 4.7 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
40ba1f85eaa6959837b1d51c9767e230e14612eea4ef110ee8854ada22da1bf5
BLAKE2b-256 checksum
How to use checksums
14d5e9c4ef932c8d800490c34d8bd589d64a31d5890e27ec9e9ad532be893294
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL cryptography-48.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 4.7 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
7995ef305d7165c3f11ae07f2517e5a4f1d5c18da1376a0a9ed496336b69e5f3
BLAKE2b-256 checksum
How to use checksums
9004673510ed51ddff56575f306cf1617d80411ee76831ccd3097599140efdfe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL cryptography-48.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 4.7 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
f5333311663ea94f75dd408665686aaf426563556bb5283554a3539177e03b8c
BLAKE2b-256 checksum
How to use checksums
b26ee90527eef33f309beb811cf7c982c3aeffcce8e3edb178baa4ca3ae4a6fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp311-abi3-macosx_10_9_universal2.whl

Download URL cryptography-48.0.0-cp311-abi3-macosx_10_9_universal2.whl
Size 8.0 MB
Tags CPython 3.11 abi3 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0c558d2cdffd8f4bbb30fc7134c74d2ca9a476f830bb053074498fbc86f41ed6
BLAKE2b-256 checksum
How to use checksums
df3d01f6dd9190170a5a241e0e98c2d04be3664a9e6f5b9b872cde63aff1c3dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

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

Download URL cryptography-48.0.0-cp39-abi3-win_amd64.whl
Size 3.8 MB
Tags CPython 3.9 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
16cd65b9330583e4619939b3a3843eec1e6e789744bb01e7c7e2e62e33c239c8
BLAKE2b-256 checksum
How to use checksums
9d9a0fea98a70cf1749d41d738836f6349d97945f7c89433a259a6c2642eefeb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

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

Download URL cryptography-48.0.0-cp39-abi3-win32.whl
Size 3.3 MB
Tags CPython 3.9 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
77a2ccbbe917f6710e05ba9adaa25fb5075620bf3ea6fb751997875aff4ae4bd
BLAKE2b-256 checksum
How to use checksums
b8236e6f32143ab5d8b36ca848a502c4bcd477ae75b9e1677e3530d669062578
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

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

Download URL cryptography-48.0.0-cp39-abi3-musllinux_1_2_x86_64.whl
Size 5.0 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
a5da777e32ffed6f85a7b2b3f7c5cbc88c146bfcd0a1d7baf5fcc6c52ee35dd4
BLAKE2b-256 checksum
How to use checksums
1e75a2e55f99c16fcac7b5d6c1eb19ad8e00799854d6be5ca845f9259eae1681
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

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

Download URL cryptography-48.0.0-cp39-abi3-musllinux_1_2_aarch64.whl
Size 4.8 MB
Tags CPython 3.9 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
1e2d54c8be6152856a36f0882ab231e70f8ec7f14e93cf87db8a2ed056bf160c
BLAKE2b-256 checksum
How to use checksums
44a04ec7cf774207905aef1a8d11c3750d5a1db805eb380ee4e16df317870128
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp39-abi3-manylinux_2_34_x86_64.whl

Download URL cryptography-48.0.0-cp39-abi3-manylinux_2_34_x86_64.whl
Size 4.7 MB
Tags CPython 3.9 Linux glibc 2.34+ x86-64 abi3
SHA-256 checksum
How to use checksums
9071196d81abc88b3516ac8cdfad32e2b66dd4a5393a8e68a961e9161ddc6239
BLAKE2b-256 checksum
How to use checksums
c970ca4003b1ce5ca3dc3186ada51908c8a9b9ff7d5cab83cc0d43ee14ec144f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl

Download URL cryptography-48.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl
Size 5.2 MB
Tags CPython 3.9 Linux glibc 2.34+ PowerPC 64-le abi3
SHA-256 checksum
How to use checksums
8cd666227ef7af430aa5914a9910e0ddd703e75f039cef0825cd0da71b6b711a
BLAKE2b-256 checksum
How to use checksums
70babcb1b0bb7a33d4c7c0c4d4c7874b4a62ae4f56113a5f4baefa362dfb1f0f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp39-abi3-manylinux_2_34_aarch64.whl

Download URL cryptography-48.0.0-cp39-abi3-manylinux_2_34_aarch64.whl
Size 4.7 MB
Tags CPython 3.9 Linux glibc 2.34+ ARM64 abi3
SHA-256 checksum
How to use checksums
5a5ed8fde7a1d09376ca0b40e68cd59c69fe23b1f9768bd5824f54681626032a
BLAKE2b-256 checksum
How to use checksums
90ee89aa26a06ef0a7d7611788ffd571a7c50e368cc6a4d5eef8b4884e866edb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp39-abi3-manylinux_2_31_armv7l.whl

Download URL cryptography-48.0.0-cp39-abi3-manylinux_2_31_armv7l.whl
Size 4.3 MB
Tags CPython 3.9 Linux glibc 2.31+ ARMv7l abi3
SHA-256 checksum
How to use checksums
984a20b0f62a26f48a3396c72e4bc34c66e356d356bf370053066b3b6d54634a
BLAKE2b-256 checksum
How to use checksums
6faf99a582b1b1641ff5911ac559beb45097cf79efd4ead4657f578ef1af2d47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

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

Download URL cryptography-48.0.0-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
2b4d59804e8408e2fea7d1fbaf218e5ec984325221db76e6a241a9abd6cdd95c
BLAKE2b-256 checksum
How to use checksums
02e150edc7a50334807cc4791fc4a0ce7468b4a1416d9138eab358bfc9a3d70b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl

Download URL cryptography-48.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl
Size 5.3 MB
Tags CPython 3.9 Linux glibc 2.28+ PowerPC 64-le abi3
SHA-256 checksum
How to use checksums
22a5cb272895dce158b2cacdfdc3debd299019659f42947dbdac6f32d68fe832
BLAKE2b-256 checksum
How to use checksums
9301d86632d7d28db8ae83221995752eeb6639ffb374c2d22955648cf8d52797
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

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

Download URL cryptography-48.0.0-cp39-abi3-manylinux_2_28_aarch64.whl
Size 4.7 MB
Tags CPython 3.9 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
2eb992bbd4661238c5a397594c83f5b4dc2bc5b848c365c8f991b6780efcc5c7
BLAKE2b-256 checksum
How to use checksums
ea73f808fbae9514bd91b47875b003f13e284c8c6bdfd904b7944e803937eec1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

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

Download URL cryptography-48.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 4.7 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
7ce4bfae76319a532a2dc68f82cc32f5676ee792a983187dac07183690e5c66f
BLAKE2b-256 checksum
How to use checksums
ecc68b14f67e18338fbc4adb76f66c001f5c3610b3e2d1837f268f47a347dbbb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

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

Download URL cryptography-48.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 4.7 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
614d0949f4790582d2cc25553abd09dd723025f0c0e7c67376a1d77196743d6e
BLAKE2b-256 checksum
How to use checksums
d5acf5b5995b87770c693e2596559ffafe195b4033a57f14a82268a2842953f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release files / cryptography-48.0.0-cp39-abi3-macosx_10_9_universal2.whl

Download URL cryptography-48.0.0-cp39-abi3-macosx_10_9_universal2.whl
Size 8.0 MB
Tags CPython 3.9 abi3 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
58d00498e8933e4a194f3076aee1b4a97dfec1a6da444535755822fe5d8b0b86
BLAKE2b-256 checksum
How to use checksums
f26361d4a4e1c6b6bab6ce1e213cd36a24c415d90e76d78c5eb8577c5541d2e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 4, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

48.0.0 This release

49 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