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

cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your “cryptographic standard library”. It supports Python 3.9+ and PyPy3 7.3.11+.

cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions. For example, to encrypt something with cryptography’s high level symmetric encryption recipe:

>>> from cryptography.fernet import Fernet
>>> # Put this somewhere safe!
>>> key = Fernet.generate_key()
>>> f = Fernet(key)
>>> token = f.encrypt(b"A really secret message. Not for prying eyes.")
>>> token
b'...'
>>> f.decrypt(token)
b'A really secret message. Not for prying eyes.'

You can find more information in the documentation.

You can install cryptography with:

$ pip install cryptography

For full details see the installation documentation.

Discussion

If you run into bugs, you can file them in our issue tracker.

We maintain a cryptography-dev mailing list for development discussion.

You can also join #pyca on irc.libera.chat to ask questions or get involved.

Security

Need to report a security issue? Please consult our security reporting documentation.

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.1.tar.gz (880.4 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.1-pp311-pypy311_pp73-win_amd64.whl (3.8 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ x86-64

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.11+Windows x86-64

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

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11+manylinux: glibc 2.34+ ppc64le

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

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11+manylinux: glibc 2.31+ ARMv7l

cryptography-50.0.1-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.1-cp311-abi3-manylinux_2_28_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11+manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11+macOS 11.0+ ARM64

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

Uploaded CPython 3.9+Windows x86-64

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

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

cryptography-50.0.1-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.1-cp39-abi3-manylinux_2_34_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.34+ ppc64le

cryptography-50.0.1-cp39-abi3-manylinux_2_34_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.9+manylinux: glibc 2.31+ ARMv7l

cryptography-50.0.1-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.1-cp39-abi3-manylinux_2_28_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ ppc64le

cryptography-50.0.1-cp39-abi3-manylinux_2_28_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ ARM64

cryptography-50.0.1-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.1-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

cryptography-50.0.1-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.1.tar.gz.

File metadata

  • Download URL: cryptography-50.0.1.tar.gz
  • Upload date:
  • Size: 880.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","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.1.tar.gz
Algorithm Hash digest
SHA256 5dd9bda1c12b4162f6ff568eeb5e0ff956c28d14406e875cfe8a63a2d414ff20
MD5 8b86292ecad42d61a097d7f31ecb774e
BLAKE2b-256 bbad5d6702db60b1e40b41ef513b6967ff5848f307d50f8449baf1634f5908f1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 693c99b49bd37d0d096e4334c10232c77248c415b98d35236094cdf96d57258b
MD5 7b035970199fa3c0863d84c65f3bd9a7
BLAKE2b-256 7144711e61f7d014be825ef79b285b047292d1bf893732ac1bc030a351fb517f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 804728ce710890870f3aaa344b2e161172d258d768ac139d02cfd9092d0d94e6
MD5 f54df8242c068562ac1fa86ae527140c
BLAKE2b-256 51cf5b3f53a0b74d122f023476ede40ba5d3e70d5cf475f73b899740d26a4fb2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d63ae8f6481fec907ac0f588eee8a90aefde112c633131fe540e5711ddbb5a4e
MD5 4f9c49f67798cb849c1157e88be85488
BLAKE2b-256 1de0e786934472e3ac4ecdecc7b129a0ca1a2a40dffdafcf2c3ea9d4397f8def

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb4b9672d389c738b175c4166e78310f8a70358886aacd9173ee03a85ffdc671
MD5 03847517689359e9f0963a87ecc719b0
BLAKE2b-256 73355c3717edf9e68a0550ce04e28eab493fe545eccd81742af03f6a75fe260b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5fe939deeb161024a6be98229c953b6591fef1f41214497a78fe793a244c017f
MD5 55ac66c23f610a243dca233a02c582fc
BLAKE2b-256 149a6d3a4d7852e22d657438b7bf51f66102c7d71c0e1fafeec652281d0403e5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9cb3cb952cf5a8abd50c782a98a89d71699715e802fe349704b47f2425b42a94
MD5 722c7ccc5162ff24c65a65352f1e2684
BLAKE2b-256 c7278d207af749c453ee17ea087340b3f2b4adef75aadd1d277b1b129bdda84e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f74455bb086a85d5e81246412602aaa97ed095e504cd40dd261ef50be42205bf
MD5 ffeaa29d60b56b889f04d9b778a585cc
BLAKE2b-256 4d56bc4f2b209e766c93372cfcd59b781a0b2b59700f62a969580415b699c2b2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42be3bb70596b3abe4ac097b75be223e8b3ab614a0e5de068e3dcc54d71d6149
MD5 0019730a588c76ed9f46177afc6fa7b0
BLAKE2b-256 2dfd60d0ddf4defa12e482c9d5e0f554384d6e8ab25341fd15f060028fd92e6a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 330fbb252391c596f1ae42c5754449dc924e6ad012dca8efe0d703f9f2d12ec6
MD5 31408918f84c4a8c2a48dee50d983738
BLAKE2b-256 9eb9e7425ebfb599241a0c1d7000f1b466c3062da66c19d9525031315dff7213

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 79bf008d1f9af6071c797ad133e39915dfee7614f18f18f4db9072eb715064a3
MD5 edbb73318c49cd2890858ae48372ae4e
BLAKE2b-256 1a010127d11a762b31a9ee0221894f540318761783f3fdc4bc5d057698caebd5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 16c5ecd954b3330ebfb6605eca4fd952da8bef376551d5cc264534e3770a9ee6
MD5 89c28a9248f44ec238dfe9fce1aef09e
BLAKE2b-256 b11bec3ebd31741d0e963612c4fe43caa39341b9b1e031e469820e42e4c83918

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 cbf74a81765ee67413503ca6e26dcc4f6f5a519822436cc0a1b97aab6c1b8a17
MD5 12ba8b8e4e2156d2aad1c7efd502a499
BLAKE2b-256 88ddb215616f9bab3fc18510c78a4e5c9f362d77838503c363dc747c7d4f5c6f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 ac02b07824d4d1001bd4367599f839c19cb171924c796e52c23508ac14c2c0cc
MD5 92601eefb41f437abf64d7ff6bae2fda
BLAKE2b-256 390da1e7633e2c744d0f2983320a27e924ef2264c79c56e1a58d5fb0a1cfd413

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8df2de9102026855887e4587084f6eabd80ed0f345b8ad8a7ac27ab9bf4723e0
MD5 cc47fbc9daff1ed45d4331ff7cb919a7
BLAKE2b-256 4792b4317e8c32c4f47b062f5398bd79106b220a124546f42be83bf32b761e2a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a255449073358275b64b67d3f595f268bbef70e72b6edb65e0c70c735bf739c9
MD5 955dfaa90ff1f200143a36ccb865240e
BLAKE2b-256 f66e1cf405c5c8e8df7545378048e954792f00b7f2367af8863ce8b8f3e10607

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8f40ea47330e71b594a7e246898f93177c259490c63183dbaf9e571d71ed9a5
MD5 db2f1aa5945aba58ca3d9f8765c9c674
BLAKE2b-256 08bded5396be499ffcf8807a585bfe38b71a1fbdd1c342b4f9b6d0ef5162a946

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8921d58f426793c5f1b47f0b59575780de9a095214958d0eb37d909593db8367
MD5 05b69069fe3a8080e1417639b9a73929
BLAKE2b-256 b4f2bb1f56e10815b789df0b409a69fa4992ff3d3fef9c72747f4a6b26fed38e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a0b1a59e3a089064a0ec309e9428c8e3ae4e161419d20ac33600767e83fc658a
MD5 8d696225982ec0da15671b6a10bd7a78
BLAKE2b-256 4d723a2711d967977ab5fc80b782837c7e8d1ac7445e764c20c381a265c57ef3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30a125032e5642a21ff816e021152bd4e7e94f03eff3f4b7fca41cd22bc3110f
MD5 43e1f79917e3ce5e55ca00e60873c5d3
BLAKE2b-256 5bf0424cb557d99aa86ac55da5e2add02e2882e44047b6264f93ade1b975a993

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 aed8db4f6d71c51efb89530e12d9464e7bf2923d46c3205dc794a2a93f8c0648
MD5 e98d9c3ab027067090f3a0fb7af91a3c
BLAKE2b-256 428bcb12b1b60c91b074ca6bf0fdd59aa8f10d8bc5f73af8faece86ef0421b37

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ebcdd5519be9b652a46f507817a74591774fc3d6923ac364e4dfa64e36b291b
MD5 247cf1f0a5132f96faf53cc54384c911
BLAKE2b-256 7e22c3654cccc856e9d682817b04ac3ee79731cb09ca6f95996a95c904de2883

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be224a65493ec5b74a158ff22a5522ce4a5ca1e543c647a3a4730d4a09e5f959
MD5 8299b3ed56e9275dd30a187ceb158cfe
BLAKE2b-256 130eb1f92e013228111413f2e6743948b80bc24dfd3c1b87ba98ceea16f5df89

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 51afcfceb15597cf2635068e4ac9a56b2abde622edde17f37d85fd7b5306497a
MD5 91fe20c2bf06e167eacec9e3b25281e1
BLAKE2b-256 85666ccca4722987ddedaa7fc9c3f4708af7431f5535666c174350830888c6b7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 76de83fbd91ac49c0feaaa983d0748fd7a53176afac5fb3bf7478d244f0eb527
MD5 4b5baccf2ef89511d3518ec1a1c2e217
BLAKE2b-256 e33845abd72ef63f2e7d0754a6cacf97bd8b69512ace7f6130d24c39ece65da2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e2ca8fd1b6b4b82a1c4cb02841d0837e3c12336c2e24b520ab8ab3b969733d8f
MD5 3884f29854fc68e6eb8494bba07016b9
BLAKE2b-256 393be96c1ef71edef71057c7e3c3d982ce8fda554e0c52d0cc19c18845cde3eb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 359e62deae718bce96170e223fdcb6357e4fbd3bb7a3a75f4430763532560e49
MD5 99b1d057a2a2496f83f758be239e41de
BLAKE2b-256 29ba042ca458b8c64348c768284b5d23e69b92ed53d057ab779fee628564676d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 51593d180cf6d179bde5c5d065bed81386b1f381656ae7d042b7ffc87a9895ad
MD5 d0a7216304899e8e16b7f1197f93d1f3
BLAKE2b-256 e11b82f0f0d8858d4432be1af790477edf62aef90324041aa07c57e57bef1af7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-cp311-abi3-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 5fe002589592ed749ce77fe0695fcbd3500dd61d7d6db5858a7544c612fa8e45
MD5 3b86ac144234b823f9d3eeb149c75f75
BLAKE2b-256 553238c0d344b98c06d34b5df8946565a9c0d6dbf32c8e0730a7f05f0a3c6cab

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e74591e283fe6eb956416c929eb58262a719fe0311fd9054c62c3350ed8760d8
MD5 1808fcb300081052b1cc043a06c42921
BLAKE2b-256 e6ded3cdc2815697aae84126cbd6a030ca7b6b452e28a88b501b836bd3aa7a86

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ff838d62ec1bfce4f9ba7fa16f4a7b554cd8d0c299e6be37502161a660c84eef
MD5 e20b405396d6246d101d577f26dc265b
BLAKE2b-256 5726e6d4fc8512a51a5f9ee7bfdbfb853bce1197087df40c9ad993ad370b846f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 53e279950892dc102c6b4e52af03ae5ea92fac572a1ddab78ca73a997f62b69f
MD5 228753715588afb10b49701e04050735
BLAKE2b-256 90349ce9a62ed9dc82ca9fd6a34445b6904af56e5f38b3eae2ed32e49c36053d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8f852c65863251b9e3a1b8c150ce21e59b522dbb6a7d4bc80e680d38388e986
MD5 890a4b4173df1d41d4137c2e3249fe69
BLAKE2b-256 ba19797e2aaac9df6a66f1550f49979dc1b1e39ecd2077501c30efa81e8d5d67

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 55d16b1ef3ee0958d893a977b19777887e546c9954ea81b200c3301a864013f2
MD5 8b26ff600d373c82f986d0a4e38a9056
BLAKE2b-256 998987ef49ffe383ef4e147d27b7bf2088fb0b54ea409dd87b5a89442e5828a5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a93d05e34d5f67fba6f891fe85d929999baa7195e853923ea6d7576c9e68c5e
MD5 8948947020c40b53bb43b72919d48e85
BLAKE2b-256 1fab89e2b798d2c3925f82e2bb72d5979f3d2f6da2dd22ef4a8cd8b70d920039

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd3718b960d0b5dd213cdf03f3bcb7000e69dda0de8b956061947ff6bcff5558
MD5 708fbb3f2cf34dd8a193e62551dd98c9
BLAKE2b-256 638ef1f955e0921dd2b6d22eae7e8d24a4c4b638d10735ffbf6a71f99eb0fcb8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 9dde0a357190eb3b1da1bb9ab750e9c85cba82ca5977aa0836cbb94e92611239
MD5 dddbe321dcf264f0479b3b0d0cc40fd2
BLAKE2b-256 8ceb5d7124083e8d8cda8f5b348f544b71ad6f707ad63193758ef4d8e569da02

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 fc3ed7ebd2a8c96f5b166de0ab9b624996bef3b07bbeb19364dfb78222c22c80
MD5 c00503118020438e833848088e287df4
BLAKE2b-256 dd04557fc5ead96a829e0bc812a3b9dc4a52a2f27e4f7f5950da7ff27653a805

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-cp39-abi3-manylinux_2_34_aarch64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.34+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 01f41478cf33fc605a6a089cd56d28b45c6c0b45a1928b61797f2621a04bac71
MD5 ae97b0b1437e5e5e367ef0525bdb9948
BLAKE2b-256 84d57d1fe1cb93f91c428093ff234e128c89ba8ea61a6f26aab406081f9b996e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 2b34d76a652ea2b6faf777c35df230c5637842cd904e04f16230c3f9f03e4361
MD5 8c64406d0e46f5464148e87eed36cb5f
BLAKE2b-256 0d5c13ea642e08e2544d0f5396122055f4820cfacb3203562197b5967125ea97

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 407fe2b6db00939c05c0e945e9914238f2f0a430974839429dafc82b1ee6bee5
MD5 a97c6090cfacf099a4393a56a4c09b80
BLAKE2b-256 d6513f9701867a46b6c1740c9b52fc4d3bed6cbdcfedcc9b6e64305c07f39cff

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 2ebbfb0f1fed745e91796e3e1080a1440423fdae8ece1b995a1d80883a409054
MD5 07d49a2ca61ac14f0d494fc28bd208a4
BLAKE2b-256 6e2b214cf0cf93db9628c3c20c896b229f327f6fb1b20e4b3743d8ad3f00af8b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-cp39-abi3-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c4188f7c0cf655be5c06342b817ed0f9595b69ffa2b12026e5353eed29dea88
MD5 d04f8bb9353a4af7024b2840c6ad2644
BLAKE2b-256 273a3c5f80daa4dcd47323c7af8a2fcb90de27a33564d4fcac69846c0972691a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e22dfed744bd4002e909464cb23d2f0b05c6f3113a79ef2e9864a53db737c733
MD5 12937413f1b22da97ca8b733223863ed
BLAKE2b-256 7e3c0e77bd5ffcf078e9dd27d3074aad6c030d9b10d0bf69329d573c927a188c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 05ba322c4da95b262a212c345af888ef2c37c88c0509756ea00a0e6d68850f23
MD5 d861dbb5941744ffffe58bf4bf735fb6
BLAKE2b-256 5ea59ec7e81e8526c0d7a387d73386b2daed3f39e10d81a85930bd1b6bfba65c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-50.0.1-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.5 {"installer":{"name":"uv","version":"0.12.5","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.1-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca83d00d9e69cd5eb63f2e69c3a5a59e0cecae5ae14c6ae0b35830fe3b37bad0
MD5 e064ce95764cf9908d6f64936ad952a8
BLAKE2b-256 84a9ee16a903f13755e914d1eecc482fe64d1f10761c3960e5d8fa6837377aff

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

50.0.1 This release

46 files

50.0.0

46 files

49.0.0

46 files

48.0.1

49 files

48.0.0

49 files

47.0.0

49 files

46.0.7

49 files

46.0.6

49 files

46.0.5

49 files

46.0.4

49 files

46.0.3

54 files

46.0.2

54 files

46.0.1

54 files

46.0.0

54 files

45.0.7

37 files

45.0.6

37 files

45.0.5

37 files

45.0.4

37 files

45.0.3

37 files

45.0.2

37 files

45.0.1

37 files

45.0.0

37 files

44.0.3

37 files

44.0.2

35 files

44.0.1

31 files

44.0.0

27 files

43.0.3

27 files

43.0.1

27 files

43.0.0

27 files

42.0.8

32 files

42.0.7

32 files

42.0.6

32 files

42.0.5

32 files

42.0.4

32 files

42.0.3

32 files

42.0.2

32 files

42.0.1

32 files

42.0.0

32 files

41.0.7

23 files

41.0.6

23 files

41.0.5

23 files

41.0.4

23 files

41.0.3

23 files

41.0.2

23 files

41.0.1

19 files

41.0.0

19 files

40.0.2

19 files

40.0.1

19 files

40.0.0

19 files

39.0.2

23 files

39.0.1

23 files

39.0.0

23 files

38.0.4

26 files

38.0.3

26 files

38.0.2

26 files

38.0.1

26 files

38.0.0

26 files

37.0.4

22 files

37.0.3

22 files

37.0.2

22 files

37.0.1

22 files

37.0.0

22 files

36.0.2

20 files

36.0.1

20 files

36.0.0

21 files

35.0.0

20 files

3.4.8

19 files

3.4.7

14 files

3.4.6

12 files

3.4.5

7 files

3.4.4

7 files

3.4.3

7 files

3.4.2

7 files

3.4.1

7 files

3.4

8 files

3.3.2

14 files

3.3.1

14 files

3.3

14 files

3.2.1

22 files

3.2

22 files

3.1.1

22 files

3.1

22 files

3.0

19 files

2.9.2

19 files

2.9.1

19 files

2.9

19 files

2.8

21 files

2.7

16 files

2.6.1

19 files

2.6

19 files

2.5

19 files

2.4.2

19 files

2.4.1

19 files

2.4

13 files

2.3.1

19 files

2.3

19 files

2.2.2

19 files

2.2.1

17 files

2.2

17 files

2.1.4

23 files

2.1.3

23 files

2.1.2

23 files

2.1.1

27 files

2.1

27 files

2.0.3

30 files

2.0.2

30 files

2.0.1

30 files

2.0

32 files

1.9

18 files

1.8.2

26 files

1.8.1

26 files

1.8

26 files

1.7.2

19 files

1.7.1

26 files

1.7

22 files

1.6

22 files

1.5.3

22 files

1.5.2

22 files

1.5.1

22 files

1.5

22 files

1.4

22 files

1.3.4

22 files

1.3.3

17 files

1.3.2

17 files

1.3.1

24 files

1.3

21 files

1.2.3

21 files

1.2.2

21 files

1.2.1

21 files

1.2

21 files

1.1.2

21 files

1.1.1

21 files

1.1

17 files

1.0.2

17 files

1.0.1

16 files

1.0

9 files

0.9.3

9 files

0.9.2

9 files

0.9.1

9 files

0.9

9 files

0.8.2

11 files

0.8.1

11 files

0.8

11 files

0.7.2

11 files

0.7.1

11 files

0.7

11 files

0.6.1

11 files

0.6

11 files

0.5.4

11 files

0.5.3

11 files

0.5.2

11 files

0.5.1

11 files

0.5

11 files

0.4

11 files

0.3

6 files

0.2.2

5 files

0.2.1

5 files

0.2

5 files

0.1

1 file

Supported by

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