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-50.0.0.tar.gz (880.2 kB view details)

Uploaded Source

Built Distributions

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

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ x86-64

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded CPython 3.14tWindows x86-64

cryptography-50.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-50.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

cryptography-50.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-50.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

cryptography-50.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-50.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

cryptography-50.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-50.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-50.0.0-cp314-cp314t-macosx_11_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.11+Windows x86-64

cryptography-50.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-50.0.0-cp311-abi3-musllinux_1_2_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

cryptography-50.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-50.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.34+ ppc64le

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

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARM64

cryptography-50.0.0-cp311-abi3-manylinux_2_31_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.31+ ARMv7l

cryptography-50.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-50.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11+manylinux: glibc 2.28+ ARM64

cryptography-50.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-50.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-50.0.0-cp311-abi3-macosx_11_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

cryptography-50.0.0-cp39-abi3-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.9+Windows x86-64

cryptography-50.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-50.0.0-cp39-abi3-musllinux_1_2_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

cryptography-50.0.0-cp39-abi3-manylinux_2_34_x86_64.whl (4.8 MB view details)

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

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

Uploaded CPython 3.9+manylinux: glibc 2.34+ ppc64le

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

Uploaded CPython 3.9+manylinux: glibc 2.34+ ARM64

cryptography-50.0.0-cp39-abi3-manylinux_2_31_armv7l.whl (4.4 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.31+ ARMv7l

cryptography-50.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.8 MB view details)

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

cryptography-50.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.9+manylinux: glibc 2.28+ ARM64

cryptography-50.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-50.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-50.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-50.0.0.tar.gz.

File metadata

  • Download URL: cryptography-50.0.0.tar.gz
  • Upload date:
  • Size: 880.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0.tar.gz
Algorithm Hash digest
SHA256 eeac2acb5a20ed25e0ad6d1df9891a520b78b404266b6d11778f25d5d691a6c9
MD5 34159691358a924504ca0877c73bf75c
BLAKE2b-256 de416cbdcf9142d00fe82836fbb51e503e58088575cf7a0fe1dbff6695bf0840

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c99c003e088647b8a5b7c145d6f78c335f6348332b62e142d411c4b63d1460b9
MD5 18cd60ded531ab709943ef662fd94dea
BLAKE2b-256 8eb5c2c5fce26f0ee40d21bafe7f191d29a34b35a65ac4fe8a1191d1983612e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 07479a1cb08219ab719147e742e76090c9c773321959bb94946fffdd397a6437
MD5 ffcf15c753da9e72847741cf61a90d86
BLAKE2b-256 6215219075012ab13e8905f3cd572204f4acb4b111df787104346b9bc0cea789

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 62598a8a57f815db4c6259a4e97d857dab56697e7de8e8ab02352ab74da1995d
MD5 cfb0e03b7012f1368e59051f331b0aa7
BLAKE2b-256 c71a15b92b25eb6ce3089cd49377ae990a0f3ad485a510f968aed1f19dbdcdf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 910d11e1a385c654bf738bf3e6b8e6ed5de0f5610fcae2be9e5b398d8081d20e
MD5 f0a4b80da476f0f8f6030ec0a9386552
BLAKE2b-256 53c9a5151588710785a96d7bc4de27d4cd62f263bbbcb203cfe29df537eb6505

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8eb5e1172eb569ea8a872796576e6a67c276351728b6455d5beb01242b027c6a
MD5 76ba091674ed93d1a29f2c800550531b
BLAKE2b-256 01b60b9e125e90f3d2dcf599a218a899cda7326a3158cfa258723f0b398b08f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e34edd123674534acd70147f0ca331eaa2c74e6325fb2028c886aa26ba0b68c
MD5 b32599b99c4f38730ef7b410f0fff329
BLAKE2b-256 9d3ee54cde8c01631a5a8226ccd617eab9e57fd5cfdad90f1a9e6bb570794631

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 12b9c6996425c76ea6c457ace4f3073e715b8c545add07cd1a8f3a4f90691269
MD5 8b270b2a151c312cbe6dd51c07aa9d88
BLAKE2b-256 749a02ffe35b2853d121689871eb5dce862092562b3a1ed5cc98f1aaed441506

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b4a266766514614f8aa60416e71f2fc6e575d36e7bdc90f644fadb2f4b75b95
MD5 af424de3797c898d024994499c741a11
BLAKE2b-256 92913a31366e183343d3703f8995c095f5734676bd6938118047e50fcf279eb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f5735ffe4996d28b809371756219f5354864902a3b9e7c0b9ee87041209fc9c
MD5 f4fdbd46643ef0f63295c4863a9e8126
BLAKE2b-256 7b204fe50b619a48c2525cc46e2dbc1ac490708d704be5d467bdaac6dc955682

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6ba6a53445bd3cfa809ef3ef5f1589aa6ba08784a1d962bf47d0940e871dab1c
MD5 3d1cba850998171a277b9aaa543ec06d
BLAKE2b-256 e5458aae2972c520145377ea3559a605a899bebe227bf070b33cdb445929a9b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl.

File metadata

  • Download URL: cryptography-50.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.34+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 9aa87839c383bdbab6ef865787a1fb877af8dd03464c4400322726feaaadfc6d
MD5 6034bc8847e659dcf9c948b5c62131b5
BLAKE2b-256 01772cf79bbfc4d12ca106437a6e170d6aaa01a373e93093118aaaef0e801bd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ecfed7367f965a0328cfbdd70da860f15441f002f613185668c6e6ebf5a0ac11
MD5 579a640ad0f5fe58cb7dfbaeb3e2912b
BLAKE2b-256 3a63504ccfbbe61fd8aa983f7f146399cdf034c72c2fc55f5b2dfdcdcdb20c99

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 f59e38625469987d7ef6d495323c55e7db6c212eaf6112267e0d3b565a2e9c9f
MD5 86e01db13c8ef34f58ca63178979e964
BLAKE2b-256 fa71190bf38c3ee2e0f8efc9860ae100c9df4169742eef274b91e7aa1cb133b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11b74db56cdbe3cdee6e3f6982ecb70334fa10dce99ed58bf7894aaaa3b2a037
MD5 e408ac57bd7e3f6412b958873f4428f6
BLAKE2b-256 38146120e5bd7c5aa022ad15424ba4d5c5269d0d9448ed4d55e492ea91e3c1c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 df2a58a472f332225671c35b0a830208b86d004f82baa8530fa3782c85646533
MD5 514399400e2763a27bf9020c761c6608
BLAKE2b-256 72d8f52538140cc719df62a01cf87d1c7142318d235817109d6f4054d7c352d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d58c3db7cd6eed54e6c06744db55456b65ebd7492ddeae9c1e93cfca7aa857d3
MD5 17407cfd1b7be98cfd373e3ca8759651
BLAKE2b-256 1a28b555a365adff1cca2fbe7b9e487d68a40de6bc67ff2cb587473eb43de0e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 80b63928fa35083b33966ce1efb70e5b9607181e49dcd1c22c8c005e319f667f
MD5 c7840eed75e934182bd17e036b82eeac
BLAKE2b-256 308285f0f7425c856b9f96459411eb12e74ef72df9caf6f8f15bf23a33ff131f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 19736989797678c6af1e55cd49055cdbcb55d8f6b5583ac5335f933aba9101dc
MD5 dffa6aee83117d5ae658d9c83a93a191
BLAKE2b-256 d46791eb047e69c5e845f2f14b8a2e4a1aab0f283cb885531e9e22c8adb176bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49e7d93abdbd2990caced757e5fade25302f719c3c8fb6e6fff2dde98999fc41
MD5 916ad94544d7b079f430db69128db9ea
BLAKE2b-256 c3fb951032a3bf22a5697c83183fb6294a4843772947a70e616c57b3ff5f522e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-win_amd64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 bd1c592e4d5974f0d08d4888e432157adba757c66da0246918e43677fafa2d30
MD5 a394dffbd0ccc7e2d06fb22fb978bc03
BLAKE2b-256 322ec9db68a0c4bfa28e310707527c0ee3a2bd254104d2e02e68f368e197aa4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7cec5b856506da6defb290f30c9ee687d5f5e8cb0bd3f6459dde43b0b4fa40ef
MD5 12e57fed063dadc0d1f1d25e0bbfe242
BLAKE2b-256 2720c930314a2ab476d15dec966ec87e2e9637bb02b06106b12c0396c57bb603

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: cryptography-50.0.0-cp311-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.11+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1489e263a8048bb8b6a8bac662eb2d402ea5d2b7b4699b72f385f1e2772db105
MD5 0b5339e08dba0632dc50f441f28461a6
BLAKE2b-256 cadcbd72b26be8953f80625f63151efd38eee71c76ca6cf591c08ff34615a79e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 82148ec5bddac30b51a5b3c1945075f896fa022cb93f8e4a01e9f6ee95292c5f
MD5 f1aa702147daf477ec7ab6042cf55385
BLAKE2b-256 da3af05e32c99d440c9bb891ea0e36c9091891e36be5a9a87ab2ee6ea20729f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 f89831ef99dd7dd169ab06d63a831adb9e20a87aac6d380266bbda5823349169
MD5 06815a6bf9e31d60fda11b7df029225d
BLAKE2b-256 22f6ec13b470172126464a86bf54d2294a46d29837fc51ba3e45d4047946fb5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-manylinux_2_34_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 07949c449a1abcf60d1ee6e88956d89404c7df3c8258f46589e912988e551987
MD5 e95f3c9901b7bfb972e5506acd1f26f4
BLAKE2b-256 32988a151d64367204cbc63ec65d37502f1d9c53cf4bfc6ec3c532614dbec60d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-manylinux_2_31_armv7l.whl.

File metadata

  • Download URL: cryptography-50.0.0-cp311-abi3-manylinux_2_31_armv7l.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.31+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 900131fafd8aead39ac7dd3a7e833be754c17a95cfd91221636949fe4eb0aa8a
MD5 3e1d088f387bddfb638f40dd3a425776
BLAKE2b-256 153736a9c479bbe49acea2636c7fd3360d20f7b7e079c300352011c44850b181

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b42a28c1844fd9de8f3f7d540e36b66f3a9c83fceac7170ebc7a6a19edd9dcae
MD5 439adeb957e7b4dd9be8ecf9c28743af
BLAKE2b-256 6b72a1116d683a6d7ece94590013882515de087edf9ef0e6292aae615a44df73

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 8d89f3976b10b4ce31118de72329025f70d2c6ead14a8217c5514dd2c6d5a78f
MD5 41b50fd7be9c912573cb1cdda83641aa
BLAKE2b-256 061e63a1027cb7fec360a182208e1b7767d5aa1fe57be3d6aa856e69a321edc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1b30560f2acc95aa8b2e06e716a13dbfc97314747b80d9707e307f77b40d6b3
MD5 9b5599343a23981d7cd97dd3f6275fd8
BLAKE2b-256 7dffb6ce0954962e7f7b969f850a883744197bb3910bdfd7b6da162eab7d9f68

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 06a32a980526a6ab9a4b9bf8f7385800791e2bb960903cb6b530e4817509a3b7
MD5 db7568afcdca73ce0e960a8fb9699123
BLAKE2b-256 d941029086c34d91052fc3b88bcc8056f709a7c915c7a23b235a54eb800b1c97

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fd9192b7b70c573d7f214eb1ae35e00d359f6f5e4b27c7e21e30de1fc6204645
MD5 5f39c37c727b0c51315d86704a471400
BLAKE2b-256 57ef8f2df13c7216bcad3e1c74e07f6e193d93e998e114f524a53877c9af27ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp311-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 031e2d5dd4bb9caa3ca9c82e5a197fd8ae680232cee62603d1a813f3f07e3d03
MD5 5740104c1142b91dee663e605619143a
BLAKE2b-256 c55c59086b4aac5e879d38ddbcf74e4be7ade89cebc3eb199a55da998c3bb46a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: cryptography-50.0.0-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 d24fead1d4d076e1bfb006dcec392074a3cd8d7b4fc8a595aa64073b2b7a96ba
MD5 55bf96698c291bb4026f269fcb9cbf21
BLAKE2b-256 57304a22984d4f1bdfb8c054f07a92bc176b97a3134cc1d6c4b3bffb1f3688b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 65c2c3add92b45fd0709db8594536aea39c2a67af0e27ffcf049c498501140b7
MD5 c72bfdec0ed48c68f35c1eaca520a858
BLAKE2b-256 d21aefcfb02f91407149a0dacffffab791f7e19bf6385f63b3666dc8b5e5c9c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: cryptography-50.0.0-cp39-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c87f62a3d3b9888ed0fdde100ec06aa61ca9cd44bad9057d1dff9a516b5f5bb9
MD5 a3b7b04e2dbc0f8e786a73aeb7944782
BLAKE2b-256 64a24615c8f7d81a00b1d6e6afe19f694e1543582349fb5f4076f6cb5dc36485

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: cryptography-50.0.0-cp39-abi3-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 37fdb0d0111f1e2ff07139dfb79f1b49531f8e213c46f1163dd7642979b58c47
MD5 40f5318795e23d3a693f38438732919c
BLAKE2b-256 9cf8d97f9603efda3888187bfdb893f26c41be4735c10631d05d284ee6b047c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 6e7d61120573a7f2cd94cc095f9e81f6967c61ccdf194285aa143ecec8e0b708
MD5 1398f8850b67ca4bcd8c83355a7cbbfd
BLAKE2b-256 6b16d3008eff98c764979865834c3d386d4fd041b5f52e7f34fc29ac1a5eb515

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-manylinux_2_34_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 2a8183b489dc1f7f80f135780fadc1108f14b31b8a40411c7a5b17425f65f28b
MD5 55bf5692839295e10af84e79851afa6d
BLAKE2b-256 d83683bb81f6e569bc38e1e4a7bc80f29b46bb9601920bc455fc8e888f5d5742

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-manylinux_2_31_armv7l.whl.

File metadata

  • Download URL: cryptography-50.0.0-cp39-abi3-manylinux_2_31_armv7l.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.31+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 828743d939e9629bc267b8e2d08d8bb67cd4319c771a33d4b18b22dd8fb7440a
MD5 19e075029f396962b9f639b2d5be759b
BLAKE2b-256 bef3f9a0173b139372c3a48ed98154b45cc6b9de17c789d5ab552e621c293609

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: cryptography-50.0.0-cp39-abi3-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 105110f43a471dbd0060b9c9516cb8a6a79233631a04cc2ba16f28323ac6e025
MD5 01ebe63a4537afcbc58bc08933661bbd
BLAKE2b-256 46c9f60aed34c013f317f92817b6c171c2d22a78270fa41109bd4b08af26b194

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: cryptography-50.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 d764dcf130c428ef66786f866dd750f53182bc608813489915e9fc106bb0c82f
MD5 4f0c78aae38f65ebf509c81b244344db
BLAKE2b-256 1ddd7c77d26285cc7f6991efce64a0f5b4f9383bfa5dd8c5033003eaf7db4cdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e722f16708d854fe924790e051061f6704a472c3bac347b6fd88033ea8dd0dc5
MD5 1a28ec756c6064633b9d6bca81313c2b
BLAKE2b-256 d16354dd723490ba2dc09b299682c10b38db38f159728bcaae8c591b8af2f22d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a91296cb61e8df6f86d0c19cc4068228da256bf59bf86049fbd821084565327f
MD5 68a33ab5eaaa7ce73200e95e464c061e
BLAKE2b-256 854f0fa8c2f4428198f15d9ff8d63400e27afbf94ce833f6108da1eb3753f945

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 910e1d2668e7de9648f2bcee30e180db2a6b15c30f887d7c4c93ddf96e3992e3
MD5 4e2b58de5875d81524bf35abc6887adc
BLAKE2b-256 ffc67a6202a534e32103a285b7834a120869557fe198d51d7cfe59754c8bda9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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-50.0.0-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cryptography-50.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.12.0 {"installer":{"name":"uv","version":"0.12.0","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-50.0.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccdc4a71a4dabae05de219404f9f4abc38e3b58422177ff93d0da05967dafa07
MD5 611fb6bd62c457df86a36800e2101dfd
BLAKE2b-256 033773d005be173aff344af30e9fd2a576575cb2391a7101d9cd3842e1fa8cce

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-50.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