Skip to main content

cryptography is a package which provides cryptographic recipes and primitives to Python developers.

Project description

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 history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cryptography-49.0.0.tar.gz (854.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cryptography-49.0.0-pp311-pypy311_pp73-win_amd64.whl (3.8 MB view details)

Uploaded PyPyWindows x86-64

cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ x86-64

cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ ARM64

cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

cryptography-49.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (4.0 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

cryptography-49.0.0-cp314-cp314t-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

cryptography-49.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

cryptography-49.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

cryptography-49.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

cryptography-49.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl (5.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ppc64le

cryptography-49.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

cryptography-49.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

cryptography-49.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

cryptography-49.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

cryptography-49.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

cryptography-49.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

cryptography-49.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

cryptography-49.0.0-cp314-cp314t-macosx_11_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

cryptography-49.0.0-cp311-abi3-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.11+Windows x86-64

cryptography-49.0.0-cp311-abi3-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ x86-64

cryptography-49.0.0-cp311-abi3-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

cryptography-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.34+ x86-64

cryptography-49.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.34+ ppc64le

cryptography-49.0.0-cp311-abi3-manylinux_2_34_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARM64

cryptography-49.0.0-cp311-abi3-manylinux_2_31_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.31+ ARMv7l

cryptography-49.0.0-cp311-abi3-manylinux_2_28_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.28+ x86-64

cryptography-49.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.28+ ppc64le

cryptography-49.0.0-cp311-abi3-manylinux_2_28_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.28+ ARM64

cryptography-49.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ x86-64

cryptography-49.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ ARM64

cryptography-49.0.0-cp311-abi3-macosx_11_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

cryptography-49.0.0-cp39-abi3-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.9+Windows x86-64

cryptography-49.0.0-cp39-abi3-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

cryptography-49.0.0-cp39-abi3-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

cryptography-49.0.0-cp39-abi3-manylinux_2_34_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.34+ x86-64

cryptography-49.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.34+ ppc64le

cryptography-49.0.0-cp39-abi3-manylinux_2_34_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.34+ ARM64

cryptography-49.0.0-cp39-abi3-manylinux_2_31_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.31+ ARMv7l

cryptography-49.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ x86-64

cryptography-49.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ ppc64le

cryptography-49.0.0-cp39-abi3-manylinux_2_28_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ ARM64

cryptography-49.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ x86-64

cryptography-49.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

cryptography-49.0.0-cp39-abi3-macosx_11_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

File details

Details for the file cryptography-49.0.0.tar.gz.

File metadata

  • Download URL: cryptography-49.0.0.tar.gz
  • Upload date:
  • Size: 854.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0.tar.gz
Algorithm Hash digest
SHA256 f89660a348f4f78a92366240a61404e337586ef7f5909a2fef59ca88ef505493
MD5 903391f3d95644685aa30a62bcb04f1e
BLAKE2b-256 1f99d1c90d6041656cc6ee229dc99cd67fd0cd5aec3c5f7d72fffc27cc750054

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0.tar.gz:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

  • Download URL: cryptography-49.0.0-pp311-pypy311_pp73-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 be9fcb48a55f023493482827d4f459bd263cc20efde64f204b97c123201850c6
MD5 df822b0a37ba5f406b9960392120bcbe
BLAKE2b-256 aa50a9caea39ad19c431c1a3f8a31114df65b260cdfe67786b6c7e7c040c4c44

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: PyPy, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 084ef1af862eb07ec46d25f68689f2102a9fc0e05ce7b80f14f5fe51e4eef0f6
MD5 874ea5f8e6db206fa9f8a2b9bfc02049
BLAKE2b-256 abf8614dc7e051418cfe53d55173c1e24c6b0085e89996fe90508c2fdf769aef

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: PyPy, manylinux: glibc 2.34+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b47db11c2c3525083296069b98ac5221907455e989ae0c2e3008bde851921615
MD5 3d240b5a9903ded6423249506293b2da
BLAKE2b-256 94642923570ac1c0bd3a737aa366ac3abbbbde273042308b8cde95e2364a6e6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: PyPy, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b39efa323140595abd3ecca8529d321ae50f55f3aa3ba9cc81ea56a6011953d5
MD5 43b125c9042afcd48a5f4f0f6b45b461
BLAKE2b-256 d7702ba3769dd0ae167e2f33dfa9592d45db6ff9a61d62ca1a5b3d1bdd09068f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: PyPy, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c83782480a4a9da4d0feb51950131ba32e12e70813848b3343f6e18c28a66838
MD5 b3870211f1235c74530b140e38ab4728
BLAKE2b-256 d6a7f9dac0ab7f80368c56993a7bf638ef9935f825c91902798481fac0898138

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cryptography-49.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: PyPy, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc1e275c2f1d97b1a6450b8b0ea3ebfa6e087a611c2b26cb2404d48588abab7b
MD5 ac5246fe657575aec3b067b8a93c42fd
BLAKE2b-256 63d34a83af35d65e3fad632c926fad684c193ea4398569ccb0bbbc7fe8f5dc9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 33cd0565932807baddb67b96dbee92f2c374b5c89dee09fd74079aeb8c8dba61
MD5 44eed8b0ffd1275c5dbe497df3947ecb
BLAKE2b-256 4cfe93ecac273d3738939d023612ad12cca9a3740a5345d69fda04134c43fd96

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-win_amd64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32703d93296f5c1f4b53349ad3a250c2cae0fdecd3a3dd5d47e616d8d616af27
MD5 65dd3cc7ebd8d1f7b75b57228b8f5c19
BLAKE2b-256 b926814681d14248d95d73d5c3eea0c39a94eb8302df966f670a2c60de90974b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3fb64c420688e5319ae25113a354015abbd8dffbfbc41781a1ea66fc7622ac3
MD5 4717f43b91593b5da6ab88532645f41a
BLAKE2b-256 e4c0bff5a02ee731d207d6a1ed51732549d8c53d2bc8da1d10ec6f2844201d68

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d8ecde755e2e91bf773fc94e8c9d730cd7f2007004cb492263a794ec3899a1c8
MD5 5cbd5278174d8d3bf2187ff4fa2172fb
BLAKE2b-256 112d5e1fb307cb5931881516b464c98774b3f2c36b5d4bb9a2830253cf553cad

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.34+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 b970c6da94d5bb18629db453d14f2a1300f6bf59b61e9b82377931ef95504866
MD5 b3205ce588f953cfcda44e44f8c1d56c
BLAKE2b-256 e7840e27016a6fc5a0886f797018b26aa42f40c09a82332bff77822a451deaaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.34+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b20133d204d2bb56ba047642199603876c872026ca53e79c35b83772ab2cc505
MD5 7295423741a5225fde463d7f92c4a82d
BLAKE2b-256 a7f58f571d7e27c55bce9f76f026143bcb1e040a4233149ecca0bea5fa5dd5f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.31+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 07cab27cc7b7e0fd28e5e26bb9eeedde5c135c868b46de4a27845abe94af6122
MD5 cd795e85da94f694ed234d571cb06151
BLAKE2b-256 1750983e838c7fd0d87fd8c969bcdd328edaf5f756e38df5281637424c155873

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2bc30226390d60ea19d9f82b19db005fe0452154a23c1c410c12ea801e43561
MD5 614365288b4a5bc1bd71d72341af0357
BLAKE2b-256 58392d51306721330c486495853eda1c567880ff036de15a14c4b74f399934af

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 f37d847238971164fdbc68ade6f6574aecc9c0af714190e2083429ff68f4ce9d
MD5 be5b7d747c700f43625432637317136f
BLAKE2b-256 47f11d3eaa243bfc5de4a187b22aa8c048b3e4980bfbe830ac46e6bac2e66947

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ae387c9cb68ea569ca17e490d66d8142b81c3cc814bf179974b7d146e490bbb
MD5 3961c78b5505b67ab211209f2e725013
BLAKE2b-256 a8b22193fc74f81aee4f9b62733133b73b5176718932ed8f2e4b03fa040480a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7abcee80084cda3f7691f3eb1ce480d8df49cec637b429aa35986c1de71738aa
MD5 3e6186cb505c1f0f17bc3a62834e4ee5
BLAKE2b-256 68288a3ad4653662c93fc44dc4e5d8fd374c25c42e07b34bbfbadf49cf57a5a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 196ecd6a36e4e9aa10270393bb98d8df88fccee0bf1e5128b91ae4eb4375896d
MD5 bbc41cbea968fa2e2436fa6ff4494a87
BLAKE2b-256 8612c48a424f38db03027be9f7ed5c7dc5de9933dbee992865f98b13727a009d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73a205dce83953d131a4aa1e0fd917a2fd1c5b1eef251e9d7152efefcbf5caf7
MD5 73e542584fd65b138ba031a70d866764
BLAKE2b-256 ec9edb72b3ae7fc9cfad53e630e56c6ae83b9b6ff0bf3718ffb8012d20b3aabf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-win_amd64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 e5dfc1e64de5677cec922ffa8da89c546d0415bf6efdf081842e5d44c84e1f0e
MD5 05801ddbfa2bdbf68844e0c4c50a56a9
BLAKE2b-256 1f09f42b1d190c5ba75f72062a387f8030d1d75f6ab035788f1d9c4b01de6525

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-win_amd64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.11+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66ec79c3904820572d7e987abdf304281f141d37ad9a489b8e97066e7b9b6459
MD5 bea7dfa527e591ff9be9d509aa1d6a47
BLAKE2b-256 71fd577302e213a1be9468f92d1afef66fcf1ef83d516819d9992ca547f592bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.11+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b87e65d263b3e5d3bb92a57e2a6638e2f31110fa7aa890c7b2dbba42248d0a3f
MD5 273eae0a7732d852503c7bc32e0d7f1f
BLAKE2b-256 4f01339573cf1023163a400b0b5d16f6d507de413b9f60be6fd1b77feeaf6737

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-musllinux_1_2_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 cbc77da8c523d5abd028635ba850a6966fcee2c82e2bf65a41d1d8afe0f98be9
MD5 e3f410d046eda5830ca5ea6e973867f9
BLAKE2b-256 a93cf3ad17eecc1a57b0ba236dc01f90e783c51f4a2f35f64777cc4f47a184b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.34+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 d0527ce944105f257f605a827d6ebead966c752038b6e8656abb9c5edee6fc68
MD5 d0d799deb7a37ebf18311a0dcaf4e78d
BLAKE2b-256 c4b6d7696e4e890d6ae1469935164c9e5215c557671cb78d6e3f458ccceaa632

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-manylinux_2_34_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-manylinux_2_34_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.34+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ccac2bfebc306b862133e3bb71f3f6ee8bb525240089b2d952e4144b3a6d5da7
MD5 509233d6f3f747440a0b697a85c289a2
BLAKE2b-256 6d8805563c7fe2e914e87d1a536d06fe83e66b4e1d95cb593e05aea375531da8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-manylinux_2_34_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-manylinux_2_31_armv7l.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-manylinux_2_31_armv7l.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.31+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 0b82e28ee398a386f0807bba7884d30f25218855690f45115831bcce5d90822c
MD5 e8d8b1c1c89b41138381a0a44e0ffdfd
BLAKE2b-256 a35bc5246635d5fd3b64e0d45ae10e99fd32fe9676a79915ccfe5a61ba9af1a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-manylinux_2_31_armv7l.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2afe9051da7ae7bd5905da5a949280c7d2bb75682e188f650a9d0f2756b834c6
MD5 6b99f20af80fa56b460afe15da0a5ba4
BLAKE2b-256 202c0622f20ff02b2ef32558733443805dc82fd4c275be01b2d19d14676f3a1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 2eda353d8a27bcbcaa4cbed18994a74ab4d19a2ca897db188ea269ab9b71419b
MD5 82957a17f482ed4f53c96553e4421e6d
BLAKE2b-256 6299a2c95cf8293f07491e9e27c20cc4dcd18176d944e674679adeb1d0173fd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53ecee2e23f7169b6117e99fc8a944e5e50f79e69758a83b52a00cb98ab2b2d2
MD5 19049237a6e123b4a2b791d4f390bcb3
BLAKE2b-256 4a9101ce7303a4579e6d3a6abef01bd322848e9ea7a219adcabc5048b9033571

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-manylinux_2_28_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0e959b578856a3924bc0cbb710fc12c387b9412a951389f3ca61704a9e25f325
MD5 3ed3818d08a6bd270b11f2db2d0a429d
BLAKE2b-256 e68b43011f7ebe515a8aa20d61f290a326cd890c2e738e16e59eaff8d9c3a412

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 36d1709f992593689b45bda411498d62c6e365f2ca00b84657d4dadd24de16db
MD5 e2573bd2a125e90c983bd5040a088331
BLAKE2b-256 09413797cfaf69cae04a13ee78ebd83f0678d9c02b4779d21ce24445326f1a69

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp311-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp311-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.11+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 966fe0e9c67490071f14c0d2b1cb2dfb3023c5ce39457343931415f08382f2db
MD5 97eb292ed9c21099c3ceecc0c58f453c
BLAKE2b-256 9b22adf66990e63584a68dfb50c24f48a125c07b1699899381c8151e63ed458c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp311-abi3-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 026ac7423e6fa66872d3bf889be5974507da3944f866f704fa200eadacd00001
MD5 20b083547318283d5643353a1724a2a0
BLAKE2b-256 c2e6f60198ea8d9dfa15fff9ed4ca02ce362f6eadd9ba757dcc50634c4257b63

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-win_amd64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42b0684e0e40cf26122427802486f6d93aea593612603a94fbf260c7eb1e9c1b
MD5 3a406c9a2225699da38a289c75be3e89
BLAKE2b-256 93778df9eb486495979bccecd1062e2eaf435250e84437040295b57d09048b0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67e1d20ad9ef3a563c59ef22e7a8a0b8210bd26604369ea4a30a7c66aefe504e
MD5 21c884a377db18a3891d863e5048131b
BLAKE2b-256 6ca0db537264e234f7273a73ec020873d6d6b39dfd8a53db78b550ca8320440e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-musllinux_1_2_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2400ef9c9e2299a25614eb1dea3db54a69b1349efd043bfac9c67630d136df36
MD5 93a1a7817fe7995cd4daafef804f97d7
BLAKE2b-256 a08484fe36f19caf857d61cb7fc9c63035a47ffabd84ea12d1d393148efa3615

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-manylinux_2_34_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.34+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 6fc361c34fb6aac015ce19435876635e5c6d21db31998b0920f675f131e043b8
MD5 8a0ae73e3386d7265bfacc687702ee0f
BLAKE2b-256 67d0a5fcd3515f0bae49a7b6d0413cc1bdccdcc1fc0047037a0d480642cdc5d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-manylinux_2_34_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-manylinux_2_34_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.34+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 28d8b15e6275f12c8a207dc309dfa957903c927d08d0cc937ee3f63f200693cc
MD5 085f9341769a11541f5b5455389f2af2
BLAKE2b-256 f0ee6fca21d1ac73e06f8bef71940abfd4d2f6472b4bca284d770f32bd4086f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-manylinux_2_34_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-manylinux_2_31_armv7l.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-manylinux_2_31_armv7l.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.31+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 8c25ceb16df5b9435f3f6a9829204985b0e0cbee3b48aacd432c7d2c850b44d9
MD5 caa4db2bb6eb372d9fcf8725c26f2693
BLAKE2b-256 6c723e798c064bc39e471008075d0f9bc9daf77a80879c092e4a8e170c585ed4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-manylinux_2_31_armv7l.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f2debedf9ca60cf1d5bd466475638af5130f89965605cd818484d19987d3a21
MD5 d23d3e8af9055ad6ea78750698fd9ac3
BLAKE2b-256 b87b62cbbab75d0659865bf0273790031544a0b16c8072d258f9428dcd8190dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 9e82dcc8e56052715fb18b2429e3bca4823b1629136a2084fc45a9a5cecb9b64
MD5 4e1b4002d2675225f0ed3a957d712ffd
BLAKE2b-256 2401186c825898477d77e2324d5360fefe622ff1d8d1963ec0554e2cada8ec77

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f21641cf4b30fca7aee061ced0ec7ad7b073518088b7c9969a297c0ae796c69
MD5 3eb7e06b1912dab90027f780f20e941d
BLAKE2b-256 a54d9c0cd02f95e2602dd5e563da149ee0830abef3537be8b34dc56281ebe27a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-manylinux_2_28_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 35b151772baff2c74cba7fa290ceaff4c3b11c0c881eb93eb5dbc05a7cfbba18
MD5 cc050373ca4f7f3b417601c996fed7e1
BLAKE2b-256 2c992d13299eb3dd27b02dcfaafcc91d6b5cb3329f7cbd6d8f51921acd566c1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f78ff2c9ed8dc2d036b0f4d640e22522213d047c1b14e61205a7e55c80a494d4
MD5 905c78012913613c5f290b7edc67fc8e
BLAKE2b-256 3ddf40577043ca124e17012f408ddddaeb213b856336ac82ddb3bc915f39e29f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cryptography-49.0.0-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cryptography-49.0.0-cp39-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.9+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for cryptography-49.0.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec5e529fb80935c94fe7b729f9972b50e351a0e6b50aa294fd5cabb109fcc29a
MD5 07cfd1d103818a80386ddd84ec24f8a9
BLAKE2b-256 192a5bb823f5bedcf80718cea7fbc95ec5515cca3769633c4b01a32be7f30e7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-49.0.0-cp39-abi3-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on pyca/cryptography

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page