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

Uploaded Source

Built Distributions

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

cryptography-48.0.1-pp311-pypy311_pp73-win_amd64.whl (3.7 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl (4.6 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ x86-64

cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (4.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded CPython 3.14tWindows x86-64

cryptography-48.0.1-cp314-cp314t-win32.whl (3.3 MB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

cryptography-48.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-48.0.1-cp314-cp314t-manylinux_2_34_ppc64le.whl (5.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

cryptography-48.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-48.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-48.0.1-cp314-cp314t-macosx_10_9_universal2.whl (8.0 MB view details)

Uploaded CPython 3.14tmacOS 10.9+ universal2 (ARM64, x86-64)

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

Uploaded CPython 3.11+Windows x86-64

cryptography-48.0.1-cp311-abi3-win32.whl (3.3 MB view details)

Uploaded CPython 3.11+Windows x86

cryptography-48.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-48.0.1-cp311-abi3-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11+manylinux: glibc 2.34+ ppc64le

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

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11+manylinux: glibc 2.31+ ARMv7l

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

Uploaded CPython 3.11+manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11+manylinux: glibc 2.28+ ARM64

cryptography-48.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-48.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-48.0.1-cp311-abi3-macosx_10_9_universal2.whl (8.0 MB view details)

Uploaded CPython 3.11+macOS 10.9+ universal2 (ARM64, x86-64)

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

Uploaded CPython 3.9+Windows x86-64

cryptography-48.0.1-cp39-abi3-win32.whl (3.3 MB view details)

Uploaded CPython 3.9+Windows x86

cryptography-48.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-48.0.1-cp39-abi3-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

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

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

cryptography-48.0.1-cp39-abi3-manylinux_2_34_ppc64le.whl (5.2 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.34+ ppc64le

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

Uploaded CPython 3.9+manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.9+manylinux: glibc 2.31+ ARMv7l

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

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

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

Uploaded CPython 3.9+manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.9+manylinux: glibc 2.28+ ARM64

cryptography-48.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-48.0.1-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

cryptography-48.0.1-cp39-abi3-macosx_10_9_universal2.whl (8.0 MB view details)

Uploaded CPython 3.9+macOS 10.9+ universal2 (ARM64, x86-64)

File details

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

File metadata

  • Download URL: cryptography-48.0.1.tar.gz
  • Upload date:
  • Size: 833.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1.tar.gz
Algorithm Hash digest
SHA256 266f4ee051abb2f725b74ef8072b521ce1feacf685a3364fa6a6b45548db791a
MD5 6e6a7f84ee84fc6f2e14b76bb03ed15f
BLAKE2b-256 1245870e7f4bef50e5f53b9f51d4428aee5290eedf58ba443f16b1ebb7ab8e66

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-pp311-pypy311_pp73-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6184ca7b174f28d7c703f1290d4b297217c45355f77a98f67e9b7f14549ac54a
MD5 3dfc5fcf0f633553acdd323e777e7372
BLAKE2b-256 5d8cce3823c06c2804f194f9e64f0d67fa3f4094a39f2bb1a990cd03603af8fc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 33842cf0888951cef5bc7ac724ab844a42044c1727b967b7f8997289a0464f92
MD5 2ab565dc7b01c26a5bd11d0c1e9c7233
BLAKE2b-256 caaacdb7181fe865285e87e96825aaab239400f1de0c3bfba9bd9769b79f1a92

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: PyPy, manylinux: glibc 2.34+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7e234ac052af99f2700826a5c29ea99d9c1b1f80341cde62d11c8154dc8e0bd9
MD5 4522b6d2f6766edac4734e317bea6257
BLAKE2b-256 423bd35750e41d803d1e516fd6d6011f065424924da7af1748cef4cc9cb3ede1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92a46e1d638daa264ba2971c0b0489c9409787943efae4d60ffda3d091ef832c
MD5 05137faac064f792d97e975c3c1fb6ad
BLAKE2b-256 734e855584c2c23b09e4ce2d3b9c30e983e679cd60b068c513c6bbdb91e11782

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: PyPy, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 735824ec41b7f74a7c45fb1591349333e4c696cb6c044e5f46356e560143e4cd
MD5 7e084440e860e45220f8c3e97af2f0d0
BLAKE2b-256 e04a3f43451b4f858bfceaaaffc649e6e787e8d4fb332a1d443af39ab02cc8f1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08a597acce1ff37f347400087776599e2348a3a8bc53b44120e463cd274efe4a
MD5 9156b86fef5aecf97ac563b1f5f48a5f
BLAKE2b-256 a9d3eb4e394e587341fdad09a09101fa76478ead3a78b0ad63e55c22f0d75c02

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9de21387aa95e2a895823d0745b430bed4f33503ba9ab5e0b5311f33e37d66d2
MD5 0c54011a8ee187fe69f1906fee295545
BLAKE2b-256 06e379a612c6d7b1e6ee0edd43633d53035bec2cfb78c82b76f7864f39e36f34

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-48.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-48.0.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: cryptography-48.0.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 0df56b056bc17c1b7d6821dfa65216e62bd232d8ab05eb3db44e71d235651471
MD5 d050d6dd46e14cc927a8b3ce3b176797
BLAKE2b-256 a427728c77876f12b000820b69ae490f3c4083775e79e07827e9e60be07ad209

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1400da5e32a43253392277eac7490a60e497d810a63dd5608d71bbd7af507c9
MD5 8a4a6fbf986aa188b1a431ad9208c0c0
BLAKE2b-256 f4be0561971eaaee4b8a0e7d5113c536921063ab91aaf23278ac374eaf881e11

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 42fcd8e26fe555d9b3577a135f5091fefa0aa4e99129c23fb56787a1bd4ada72
MD5 bc0d3c5ee85edeef64aba24773a46a96
BLAKE2b-256 249c06e062462a0de28a3b3911322eded4c16deb9f441b1b7575d3dc59488ab5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b4e391975f038e66432328639620a4aff2d307513b004f1ca06d6225bced815c
MD5 71672b0041134a973e0391a17dde5b65
BLAKE2b-256 9f04618f4115cfc0add0838c82507aa18a346089428da8653ad38b3ff36f5cb3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp314-cp314t-manylinux_2_34_ppc64le.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.34+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 8ace4507d1e6533c125f4fac754f8bb8b6a74c08e92179dabd7e16571a3efbf3
MD5 8cd5902865de7997915fe584ef2713b5
BLAKE2b-256 622950d6b9e8aff12d8b67afaeb3569335e32dc83a5723e3bbded24fdac9f809

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 15254441469dd6bf027039453288e2072124f8b6603563f5d759e1c9b69273fa
MD5 df704727d656f03a97cd454587f48cd0
BLAKE2b-256 17b7ba75dd947a14b6ad907b01ae8f6b5b348cdd1b48142f0063dee9e20c1d9d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 09f73a725d582cef64b91281a322cd798d14a33b2b6f2b7ad9531dc336d84c02
MD5 7870533f6ce277fbf84e02ce1a0c908c
BLAKE2b-256 aaf6d5f60a5a1434dbfd949e227fd0065d194c7e6b6ac526b17f5c06152b8231

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d069066deead00ac7f090be101be875a06855908f7ec004c27b8fefb4acfb411
MD5 03bea1ab14c18eb2ca9913ccb8a653b8
BLAKE2b-256 038c3be6cb4da181f5bb6c19cf560c2359d60644a6b5fc5b57854e528f47b296

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 e361afba8918070d376df76f408a4f67fec0ee9cff81a99e48fe9a233ef59e17
MD5 11d7ad884b3332eaab34491b346a6cca
BLAKE2b-256 24dcd8ca05ffea724eec6d232ea6f18e74c269eb6bdfdcc9bfba689790d1325f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 869c3b8a53bfe27147832df48b32adadf558249d50e76cb3769d40e986b13265
MD5 f23af3cdfeb755f4fa09655739e77792
BLAKE2b-256 7f59810b5204b0a9b10f4b6bc06bd551a8b609803cd931806bc3b71884b225e5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 df637c05205ea7c1d7fbcbe54bbfea648a52951155f997af13d895d0ecc96991
MD5 1d1db862aab3bdfc25d4c59e8430527d
BLAKE2b-256 796265a87f34d2a431546e2509b85d55e8c90df86d668f6731da64d538512ac2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d5d30989c6917b478b5817902e85fddaea2261efa8648383d965381ccb9e1ac4
MD5 297a96de9724073bb847486203b434ca
BLAKE2b-256 8a136476736484b94041110c8340a3eb63962fea4975baea8cb4a512adb44d4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-48.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-48.0.1-cp314-cp314t-macosx_10_9_universal2.whl.

File metadata

  • Download URL: cryptography-48.0.1-cp314-cp314t-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.14t, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp314-cp314t-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f817adc181390bd54f2f700107a7419040fb7c1bdf2fc26f36551a06a68c3345
MD5 21e5460b2ea4d3694879618c48bd0f4d
BLAKE2b-256 42063e768b4c3bc78201583fa35a0e18f640dd782ff41afba88f8545481a8874

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-48.0.1-cp314-cp314t-macosx_10_9_universal2.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-48.0.1-cp311-abi3-win_amd64.whl.

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 39489bfca54c7a1f6b297efcd8bc608ab92d16c4ca631b0cad4da46724588b24
MD5 035f0156655d576eda34f302627d396c
BLAKE2b-256 c5690572c77dbace6fef72f33755bd52ea399c71367250d366237f8691826b9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-48.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-48.0.1-cp311-abi3-win32.whl.

File metadata

  • Download URL: cryptography-48.0.1-cp311-abi3-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 b9a32b876490d66c8bcc9963ef220199569748434ab01a9d6aaeabf88e7f5158
MD5 42dc2e16ecfe60c19518c52594b5fd32
BLAKE2b-256 b7a08f50cae9c74e718ed769d63ed5c74bd0ea830c9550a74629cebd1b9c7bc7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9bd3f92d76217892b15df84ca256c2c113d386fdda7a7d8691aeeced976507c6
MD5 3a9109af486f96f6d14d1a902138bb50
BLAKE2b-256 47a2e5079a032fb85cf6005046ca92bbd78b0c82dad2b5751ab8c311659da06f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp311-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.11+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2ceef93cb096aa3c4cc4b5c94ca6131f9196d28c64d6111533402a9b2054d41
MD5 782d647f5ba87c512a3c895e514392e5
BLAKE2b-256 2eaa48972bce55049b32a94f4907eda4d75fa385aad8a39506cc2fc72196ecf0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0ee6ea481db1ab889cba043ec1eda17bb9c1ea79db6722f779c3667f9f70322f
MD5 4f0fa0fa079f3462da74db7d51ce0ed1
BLAKE2b-256 9f138b765e2e12b07c74941caadb9d1c8fdc006c4dfbf2b8f2d610519758954d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 3fd2ca57062b241c856670b073487d2e86c4637937ca5601e48f97bf8e11fc8f
MD5 6012c13c3d84852a136e2fd281103833
BLAKE2b-256 f8a3b06844f303873493c963caf581c04df31c7035e0c1b0f02c4814d319ec80

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 66fd0771e7b9c6dcd44cf1120690d2338d16d72795cf40cae2786a39eba65429
MD5 360f778eb43e4b3a23b01d7a9f069350
BLAKE2b-256 9a2e772d7adbfa931537bc401640b7cac9976bff689bda187833e5d63b428e49

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp311-abi3-manylinux_2_31_armv7l.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.31+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 bd81490cd5801d755cf97bb68ac191f14b708470b1c7cf4580f669b9c9264cd8
MD5 324cfa254e6d3be53823cc4af825aa66
BLAKE2b-256 1f520c44de3f5267f8fbe8e835138017522a333436166e406f0db9b9e6e3033f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3752f2dbc8f07a30aad2932c986cea495b03bb554887828225da104f732852b6
MD5 c5217265849b794c1356c6e8b30489ba
BLAKE2b-256 d2bbcc4b78784f97efc8c5874c2a9743708d172be6663024b34a0467885ae0c8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp311-abi3-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b024e784ad6c077ee0147b35ea9cbfc1e34e1fd4c1dcca214c2794d73a12df08
MD5 090657ca622af4351f3393b8afa90915
BLAKE2b-256 89c624266ac10c47f6cd2a865f4446062b466da1d1f10b27189eac00e61bf0c9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eb86ce1af36fe65041b6db9a8bb064ee621a7e5fded0f80d475ec243477cd242
MD5 3e7de266e6c5552f7d97f08a69a93457
BLAKE2b-256 795867cbf8cf1ee7c54b439ca07bbecf8362c07afc11a3724fea70f745784add

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f0d27a5696721ef7a672b8c810f6aded391058e0b9486e63e6d93baf765da691
MD5 1b8a3f3e3c6ec45bb2dd841fdc52e28c
BLAKE2b-256 9c87c85d147b53323c7eb4d850920c8901377323c2a0ff8d79c262d4fee89aa2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 32143b24adb918f078134e1e230f1eb8cc04886b92c28b5f0041aaf3e5699225
MD5 d6caffb4e9b7cb7c245f29a13e32536d
BLAKE2b-256 d5856379d42181bfc713094f081360fc5784d6c816b599d45e7f082502d173ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-48.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-48.0.1-cp311-abi3-macosx_10_9_universal2.whl.

File metadata

  • Download URL: cryptography-48.0.1-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.11+, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3e4a1a3232eef2e6c732827d5722db29a0cc8b27af2a4d865b094cf954be9ca1
MD5 236033a4dfa1853d42b7cf1289a271ee
BLAKE2b-256 1bbcee4137cbbe105652c0ee4252792b78fc8e7afa4b8e61d9d5dc05a7f45731

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 9a49ca6c81417f6a5edb50375a60cccdd70fa0a91a5211829dbea74eba94d2ac
MD5 676b160739fc44bf78fd73630ae46ed1
BLAKE2b-256 b3ff371ea7d252656ee1eb6d83eeeef3d1d0c6baf1d6497687d081ea03814670

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-48.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-48.0.1-cp39-abi3-win32.whl.

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 6b2c0c3e6ccf3ade7750f836ef3ee36eea250cc467d45c256895573ac08cc6f1
MD5 50bd0f8f14081456692b7b7c78a0b321
BLAKE2b-256 36bfed70785c496e89d7e73b7cda2d21f2447fd6d4e821714b8d04ff217fed92

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86fe77abb1bd87afb251d4d02ada7ecf53a32cee9b67d976abb2e45a13297475
MD5 cf48958c6d93e591d63c7fee4adc6225
BLAKE2b-256 524104cb5eb17085ade6f50cc611fb657df6a0f5885350de8764ece89c050197

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c37f2461406063b417837f5f3daab668652acd82423efcd7f0a9f04be972de1
MD5 4178f323cd123c28ae6d98de899402cf
BLAKE2b-256 1b2450027ea4dca85ec1f40688f3c24fb32ccacd520583c9592c3cc95628e6fb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b74ca3b8e5ecdd833bf6a002ca41b4793bb27fb8f1c06ffaf2643c9e9140e31b
MD5 fdec7fbf730595ff52d0c99e106ad6d5
BLAKE2b-256 68ab8aaa12e4516ec4464033ab79b6f3b592bd5a92102467c4ace8a0d970203f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-manylinux_2_34_ppc64le.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.34+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 b7a2d1a937a738a881737cec135a38bb61470589b17515b9f73f571d0ae10401
MD5 c066045c23cdd42ac01c0ef541d1a7a1
BLAKE2b-256 f36f5cd12f951165ea73ef85266775d97e4c763b2474ccfd816dd69d3a18d6f8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-manylinux_2_34_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.34+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 fe0180af5bf9236518a087e35bf2d9a347d5f5f51e63c579d683ddff424e3d46
MD5 758db3d9efed4b2a1e23b6d9e1154418
BLAKE2b-256 4b0fa10f3a6eb12950a10e3a874070283aa2dd5875b2bfd15fad8a3e17b3f13e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-manylinux_2_31_armv7l.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.31+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 43c5835e2cb98c8733d86f57d6fc879b613f5c3478607281c3e36daffc6dd8a6
MD5 c5434779da4707f4da8beab97b39efd4
BLAKE2b-256 4c4c9a964756d24a26b3e34dfcb16f961b89838786e6700b635b0d1e3adff4b6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 88c852a0ae366e262e5a1744b685e6a433dc8788dd2a277e418bf4904203609d
MD5 f92950e75f9533f7f5b472a8ef84d1dc
BLAKE2b-256 7813fba657f958d2af66ea959a4ba01212632089249d34af1ae48054136344d7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 9621de99d2da096006b629979efd8ae7eb2d8b822488d0c89ee4000c306c59b1
MD5 cdb8b246ec4c9fb236f5ab37db66b278
BLAKE2b-256 e50baa68b221dde92d09cb29a024ede17550ee21e77a404e59fc093c82bb51e1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ab0a343c807bbcd90c971cd1ecf072937cd01847a9e002bef88fb47ac6be577
MD5 6b4a9413dcdfbf367e86028228c9d8ce
BLAKE2b-256 66c281a4fb4e4373c500bb526bc337ac5719dd31dd15b970b84a238168c6aa08

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.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.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 86be3b1b0b6bf09482fb50a979c508d2950ed95f5621ec77f4e385962006b83a
MD5 a871c54ac668e28777b0afb09139db3e
BLAKE2b-256 5f9fa1bc8bcc798811b8527eb374bbccf30a3f3e806829d967118222bf1125eb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 48fe40804d4caa2288f24e70ca8c64c42dd826da0ad7e4f1b41b2128d679e6c8
MD5 557aa22cbeb347566d905f7d1879ae6f
BLAKE2b-256 b0d945f309a7e4e5f3f8f121d6d3be9e94024a7726ec598d6e08ae04edb2f04d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-48.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-48.0.1-cp39-abi3-macosx_10_9_universal2.whl.

File metadata

  • Download URL: cryptography-48.0.1-cp39-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.9+, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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-48.0.1-cp39-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4fdc69f8e4316bcf0c8c8ec1f26f285d12e8142d88d96c876a59a03be3f6ae67
MD5 145360b74d0d7b2c007a439183bbb0f7
BLAKE2b-256 ca6c00fa2a95997164c8b2072ce327c23d4ab20809ccc323ea5fab91e53a4bba

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-48.0.1-cp39-abi3-macosx_10_9_universal2.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