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 44.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 44.0.0
File Size Uploaded
cryptography-44.0.0.tar.gz 710.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for cryptography 44.0.0
File
cryptography-44.0.0-pp310-pypy310_pp73-win_amd64.whl PyPy 3.10 PyPy 3.10 7.3 Windows x86-64 Details
cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.34+ x86-64 Details
cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.34+ ARM64 Details
cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.28+ x86-64 Details
cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.28+ ARM64 Details
cryptography-44.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 macOS 10.9+ x86-64 Details
cryptography-44.0.0-cp39-abi3-win_amd64.whl CPython 3.9 abi3 Windows x86-64 Details
cryptography-44.0.0-cp39-abi3-win32.whl CPython 3.9 abi3 Windows x86-32 Details
cryptography-44.0.0-cp39-abi3-musllinux_1_2_x86_64.whl CPython 3.9 abi3 Linux musl 1.2+ x86-64 Details
cryptography-44.0.0-cp39-abi3-musllinux_1_2_aarch64.whl CPython 3.9 abi3 Linux musl 1.2+ ARM64 Details
cryptography-44.0.0-cp39-abi3-manylinux_2_34_aarch64.whl CPython 3.9 abi3 Linux glibc 2.34+ ARM64 Details
cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl CPython 3.9 abi3 Linux glibc 2.28+ x86-64 Details
cryptography-44.0.0-cp39-abi3-manylinux_2_28_aarch64.whl CPython 3.9 abi3 Linux glibc 2.28+ ARM64 Details
cryptography-44.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 abi3 Linux glibc 2.17+ x86-64 Details
cryptography-44.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 abi3 Linux glibc 2.17+ ARM64 Details
cryptography-44.0.0-cp39-abi3-macosx_10_9_universal2.whl CPython 3.9 abi3 macOS 10.9+ universal2 (ARM64, x86-64) Details
cryptography-44.0.0-cp37-abi3-win_amd64.whl CPython 3.7 abi3 Windows x86-64 Details
cryptography-44.0.0-cp37-abi3-win32.whl CPython 3.7 abi3 Windows x86-32 Details
cryptography-44.0.0-cp37-abi3-musllinux_1_2_x86_64.whl CPython 3.7 abi3 Linux musl 1.2+ x86-64 Details
cryptography-44.0.0-cp37-abi3-musllinux_1_2_aarch64.whl CPython 3.7 abi3 Linux musl 1.2+ ARM64 Details
cryptography-44.0.0-cp37-abi3-manylinux_2_34_aarch64.whl CPython 3.7 abi3 Linux glibc 2.34+ ARM64 Details
cryptography-44.0.0-cp37-abi3-manylinux_2_28_x86_64.whl CPython 3.7 abi3 Linux glibc 2.28+ x86-64 Details
cryptography-44.0.0-cp37-abi3-manylinux_2_28_aarch64.whl CPython 3.7 abi3 Linux glibc 2.28+ ARM64 Details
cryptography-44.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 abi3 Linux glibc 2.17+ x86-64 Details
cryptography-44.0.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 abi3 Linux glibc 2.17+ ARM64 Details
cryptography-44.0.0-cp37-abi3-macosx_10_9_universal2.whl CPython 3.7 abi3 macOS 10.9+ universal2 (ARM64, x86-64) Details

Total release size: 104.7 MB

Release files / cryptography-44.0.0.tar.gz

Download URL cryptography-44.0.0.tar.gz
Size 710.7 kB
Tags Source
SHA-256 checksum
How to use checksums
cd4e834f340b4293430701e772ec543b0fbe6c2dea510a5286fe0acabe153a02
BLAKE2b-256 checksum
How to use checksums
914c45dfa6829acffa344e3967d6006ee4ae8be57af746ae2eba1c431949b32c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-pp310-pypy310_pp73-win_amd64.whl
Size 3.1 MB
Tags PyPy 3.10 PyPy 3.10 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
62901fb618f74d7d81bf408c8719e9ec14d863086efe4185afd07c352aee1d2c
BLAKE2b-256 checksum
How to use checksums
cc9d37e5da7519de7b0b070a3fedd4230fe76d50d2a21403e0f2153d70ac4163
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

Release files / cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl

Download URL cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl
Size 4.1 MB
Tags Linux glibc 2.34+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
be4ce505894d15d5c5037167ffb7f0ae90b7be6f2a98f9a5c3442395501c32fa
BLAKE2b-256 checksum
How to use checksums
38d928edf32ee2fcdca587146bcde90102a7319b2f2c690edfa627e46d586050
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

Release files / cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl

Download URL cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl
Size 3.9 MB
Tags Linux glibc 2.34+ ARM64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
8b3e6eae66cf54701ee7d9c83c30ac0a1e3fa17be486033000f2a73a12ab507c
BLAKE2b-256 checksum
How to use checksums
478f20ff0656bb0cf7af26ec1d01f780c5cfbaa7666736063378c5f48558b515
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Size 4.1 MB
Tags Linux glibc 2.28+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
f5e7cb1e5e56ca0933b4873c0220a78b773b24d40d186b6738080b73d3d0a756
BLAKE2b-256 checksum
How to use checksums
89fab160e10a64cc395d090105be14f399b94e617c879efd401188ce0fea39ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Size 3.9 MB
Tags Linux glibc 2.28+ ARM64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
f677e1268c4e23420c3acade68fac427fffcb8d19d7df95ed7ad17cdef8404f4
BLAKE2b-256 checksum
How to use checksums
1aaaba8a7467c206cb7b62f09b4168da541b5109838627f582843bbbe0235e8e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

Release files / cryptography-44.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl

Download URL cryptography-44.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Size 3.3 MB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
37d76e6863da3774cd9db5b409a9ecfd2c71c981c38788d3fcfaf177f447b731
BLAKE2b-256 checksum
How to use checksums
77d4fea74422326388bbac0c37b7489a0fcb1681a698c3b875959430ba550daa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp39-abi3-win_amd64.whl
Size 3.2 MB
Tags CPython 3.9 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
708ee5f1bafe76d041b53a4f95eb28cdeb8d18da17e597d46d7833ee59b97ede
BLAKE2b-256 checksum
How to use checksums
979b443270b9210f13f6ef240eff73fd32e02d381e7103969dc66ce8e89ee901
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp39-abi3-win32.whl
Size 2.8 MB
Tags CPython 3.9 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
eca27345e1214d1b9f9490d200f9db5a874479be914199194e746c893788d417
BLAKE2b-256 checksum
How to use checksums
46b0f4f7d0d0bcfbc8dd6296c1449be326d04217c57afb8b2594f017eed95533
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp39-abi3-musllinux_1_2_x86_64.whl
Size 4.2 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
a01956ddfa0a6790d594f5b34fc1bfa6098aca434696a03cfdbe469b8ed79285
BLAKE2b-256 checksum
How to use checksums
af365ccc376f025a834e72b8e52e18746b927f34e4520487098e283a719c205e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp39-abi3-musllinux_1_2_aarch64.whl
Size 4.0 MB
Tags CPython 3.9 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
d2436114e46b36d00f8b72ff57e598978b37399d2786fd39793c36c6d5cb1c64
BLAKE2b-256 checksum
How to use checksums
7fdf8be88797f0a1cca6e255189a57bb49237402b1880d6e8721690c5603ac23
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp39-abi3-manylinux_2_34_aarch64.whl
Size 3.9 MB
Tags CPython 3.9 Linux glibc 2.34+ ARM64 abi3
SHA-256 checksum
How to use checksums
9e6fc8a08e116fb7c7dd1f040074c9d7b51d74a8ea40d4df2fc7aa08b76b9e6c
BLAKE2b-256 checksum
How to use checksums
a2cd2f3c440913d4329ade49b146d74f2e9766422e1732613f57097fea61f344
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl
Size 4.2 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
f53c2c87e0fb4b0c00fa9571082a057e37690a8f12233306161c8f4b819960b7
BLAKE2b-256 checksum
How to use checksums
ef8272403624f197af0db6bac4e58153bc9ac0e6020e57234115db9596eee85d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp39-abi3-manylinux_2_28_aarch64.whl
Size 3.9 MB
Tags CPython 3.9 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
c5eb858beed7835e5ad1faba59e865109f3e52b3783b9ac21e7e47dc5554e289
BLAKE2b-256 checksum
How to use checksums
d0c7c656eb08fd22255d21bc3129625ed9cd5ee305f33752ef2278711b3fa98b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.1 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
404fdc66ee5f83a1388be54300ae978b2efd538018de18556dde92575e05defc
BLAKE2b-256 checksum
How to use checksums
28346b3ac1d80fc174812486561cf25194338151780f27e438526f9c64e16869
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.9 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
1923cb251c04be85eec9fda837661c67c1049063305d6be5721643c22dd4e2b7
BLAKE2b-256 checksum
How to use checksums
1a075f165b6c65696ef75601b781a280fc3b33f1e0cd6aa5a92d9fb96c410e97
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp39-abi3-macosx_10_9_universal2.whl
Size 6.5 MB
Tags CPython 3.9 abi3 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
660cb7312a08bc38be15b696462fa7cc7cd85c3ed9c576e81f4dc4d8b2b31591
BLAKE2b-256 checksum
How to use checksums
111861e52a3d28fc1514a43b0ac291177acd1b4de00e9301aaf7ef867076ff8a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp37-abi3-win_amd64.whl
Size 3.2 MB
Tags CPython 3.7 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
abc998e0c0eee3c8a1904221d3f67dcfa76422b23620173e28c11d3e626c21bd
BLAKE2b-256 checksum
How to use checksums
64b150d7739254d2002acae64eed4fc43b24ac0cc44bf0a0d388d1ca06ec5bb1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp37-abi3-win32.whl
Size 2.8 MB
Tags CPython 3.7 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
eb33480f1bad5b78233b0ad3e1b0be21e8ef1da745d8d2aecbb20671658b9053
BLAKE2b-256 checksum
How to use checksums
efd4cae11bf68c0f981e0413906c6dd03ae7fa864347ed5fac40021df1ef467c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp37-abi3-musllinux_1_2_x86_64.whl
Size 4.2 MB
Tags CPython 3.7 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
f3f6fdfa89ee2d9d496e2c087cebef9d4fcbb0ad63c40e821b39f74bf48d9c5e
BLAKE2b-256 checksum
How to use checksums
bd697ca326c55698d0688db867795134bdfac87136b80ef373aaa42b225d6dd5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp37-abi3-musllinux_1_2_aarch64.whl
Size 4.0 MB
Tags CPython 3.7 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
ed3534eb1090483c96178fcb0f8893719d96d5274dfde98aa6add34614e97c8e
BLAKE2b-256 checksum
How to use checksums
c7afd1deb0c04d59612e3d5e54203159e284d3e7a6921e565bb0eeb6269bdd8a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

Release files / cryptography-44.0.0-cp37-abi3-manylinux_2_34_aarch64.whl

Download URL cryptography-44.0.0-cp37-abi3-manylinux_2_34_aarch64.whl
Size 3.9 MB
Tags CPython 3.7 Linux glibc 2.34+ ARM64 abi3
SHA-256 checksum
How to use checksums
4ac4c9f37eba52cb6fbeaf5b59c152ea976726b865bd4cf87883a7e7006cc543
BLAKE2b-256 checksum
How to use checksums
75eaaf65619c800ec0a7e4034207aec543acdf248d9bffba0533342d1bd435e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp37-abi3-manylinux_2_28_x86_64.whl
Size 4.2 MB
Tags CPython 3.7 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
3c672a53c0fb4725a29c303be906d3c1fa99c32f58abe008a82705f9ee96f40b
BLAKE2b-256 checksum
How to use checksums
b10740fe09ce96b91fc9276a9ad272832ead0fddedcba87f1190372af8e3039c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp37-abi3-manylinux_2_28_aarch64.whl
Size 3.9 MB
Tags CPython 3.7 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
761817a3377ef15ac23cd7834715081791d4ec77f9297ee694ca1ee9c2c7e5eb
BLAKE2b-256 checksum
How to use checksums
986513d9e76ca19b0ba5603d71ac8424b5694415b348e719db277b5edc985ff5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.1 MB
Tags CPython 3.7 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
831c3c4d0774e488fdc83a1923b49b9957d33287de923d58ebd3cec47a0ae43f
BLAKE2b-256 checksum
How to use checksums
5f583b14bf39f1a0cfd679e753e8647ada56cddbf5acebffe7db90e184c76168
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

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

Download URL cryptography-44.0.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.9 MB
Tags CPython 3.7 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
b15492a11f9e1b62ba9d73c210e2416724633167de94607ec6069ef724fad092
BLAKE2b-256 checksum
How to use checksums
7e5b3759e30a103144e29632e7cb72aec28cedc79e514b2ea8896bb17163c19b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

Release files / cryptography-44.0.0-cp37-abi3-macosx_10_9_universal2.whl

Download URL cryptography-44.0.0-cp37-abi3-macosx_10_9_universal2.whl
Size 6.5 MB
Tags CPython 3.7 abi3 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
84111ad4ff3f6253820e6d3e58be2cc2a00adb29335d4cacb5ab4d4d34f2a123
BLAKE2b-256 checksum
How to use checksums
55098cc67f9b84730ad330b3b72cf867150744bf07ff113cda21a15a1c6d2c7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.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 Nov 27, 2024.

Transparency log

Release history Release notifications | RSS feed

This release

44.0.0 This release

27 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