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/workflows/CI/badge.svg?branch=main

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

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

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

You can find more information in the documentation.

You can install cryptography with:

$ pip install cryptography

For full details see the installation documentation.

Discussion

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

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

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

Security

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

Project details


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

Uploaded Source

Built Distributions

cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl (4.1 MB view details)

Uploaded PyPy manylinux: glibc 2.34+ x86-64

cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.34+ ARM64

cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (4.1 MB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.28+ ARM64

cryptography-44.0.2-pp310-pypy310_pp73-win_amd64.whl (3.1 MB view details)

Uploaded PyPy Windows x86-64

cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl (4.1 MB view details)

Uploaded PyPy manylinux: glibc 2.34+ x86-64

cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.34+ ARM64

cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (4.1 MB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.28+ ARM64

cryptography-44.0.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

cryptography-44.0.2-cp39-abi3-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9+ Windows x86-64

cryptography-44.0.2-cp39-abi3-win32.whl (2.8 MB view details)

Uploaded CPython 3.9+ Windows x86

cryptography-44.0.2-cp39-abi3-musllinux_1_2_x86_64.whl (4.3 MB view details)

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

cryptography-44.0.2-cp39-abi3-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.9+ musllinux: musl 1.2+ ARM64

cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl (4.2 MB view details)

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

cryptography-44.0.2-cp39-abi3-manylinux_2_34_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.9+ manylinux: glibc 2.34+ ARM64

cryptography-44.0.2-cp39-abi3-manylinux_2_28_x86_64.whl (4.2 MB view details)

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

cryptography-44.0.2-cp39-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.9+ manylinux: glibc 2.28+ ARMv7l manylinux: glibc 2.31+ ARMv7l

cryptography-44.0.2-cp39-abi3-manylinux_2_28_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.9+ manylinux: glibc 2.28+ ARM64

cryptography-44.0.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

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

cryptography-44.0.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.9+ manylinux: glibc 2.17+ ARM64

cryptography-44.0.2-cp39-abi3-macosx_10_9_universal2.whl (6.7 MB view details)

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

cryptography-44.0.2-cp37-abi3-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.7+ Windows x86-64

cryptography-44.0.2-cp37-abi3-win32.whl (2.8 MB view details)

Uploaded CPython 3.7+ Windows x86

cryptography-44.0.2-cp37-abi3-musllinux_1_2_x86_64.whl (4.3 MB view details)

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

cryptography-44.0.2-cp37-abi3-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.7+ musllinux: musl 1.2+ ARM64

cryptography-44.0.2-cp37-abi3-manylinux_2_34_x86_64.whl (4.2 MB view details)

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

cryptography-44.0.2-cp37-abi3-manylinux_2_34_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.34+ ARM64

cryptography-44.0.2-cp37-abi3-manylinux_2_28_x86_64.whl (4.2 MB view details)

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

cryptography-44.0.2-cp37-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.28+ ARMv7l manylinux: glibc 2.31+ ARMv7l

cryptography-44.0.2-cp37-abi3-manylinux_2_28_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.28+ ARM64

cryptography-44.0.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

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

cryptography-44.0.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ ARM64

cryptography-44.0.2-cp37-abi3-macosx_10_9_universal2.whl (6.7 MB view details)

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

File details

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

File metadata

  • Download URL: cryptography-44.0.2.tar.gz
  • Upload date:
  • Size: 710.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cryptography-44.0.2.tar.gz
Algorithm Hash digest
SHA256 c63454aa261a0cf0c5b4718349629793e9e634993538db841165b3df74f37ec0
MD5 9cb2411324687347a27d349d3e74eb7c
BLAKE2b-256 cd254ce80c78963834b8a9fd1cc1266be5ed8d1840785c0f2e1b73b8d128d505

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 04abd71114848aa25edb28e225ab5f268096f44cf0127f3d36975bdf1bdf3390
MD5 c6f004db589ec81f64b98d14e5f6a80f
BLAKE2b-256 57fff3b4b2d007c2a646b0f69440ab06224f9cf37a977a72cdb7b50632174e8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d1b3031093a366ac767b3feb8bcddb596671b3aaff82d4050f984da0c248b615
MD5 012c257f04e868a9cc7486883e042e17
BLAKE2b-256 45f86b3ec0bc56123b344a8d2b3264a325646d2dcdbdd9848b5e6f3d37db90b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 96e7a5e9d6e71f9f4fca8eebfd603f8e86c5225bb18eb621b2c1e50b290a9471
MD5 9e9ddc4c33ebed3ce700b3d9aa3b578c
BLAKE2b-256 9cb47a494ce1032323ca9db9a3661894c66e0d7142ad2079a4249303402d8c71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 909c97ab43a9c0c0b0ada7a1281430e4e5ec0458e6d9244c0e821bbf152f061d
MD5 eefb22f0d4387c22824a5c43d000cc9f
BLAKE2b-256 d6d7f30e75a6aa7d0f65031886fa4a1485c2fbfe25a1896953920f6a9cfe2d3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-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-44.0.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2bf7bf75f7df9715f810d1b038870309342bff3069c5bd8c6b96128cb158668d
MD5 5657e6dc422cb0dd04cc48293a6d5d85
BLAKE2b-256 99ec6e560908349843718db1a782673f36852952d52a55ab14e46c42c8a7690a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-pp310-pypy310_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-44.0.2-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 9eb9d22b0a5d8fd9925a7764a054dca914000607dff201a24c791ff5c799e1fa
MD5 925c7196f9c5b3b7ca2b8db24974e03e
BLAKE2b-256 63312aac03b19c6329b62c45ba4e091f9de0b8f687e1b0cd84f101401bece343

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-pp310-pypy310_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-44.0.2-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 268e4e9b177c76d569e8a145a6939eca9a5fec658c932348598818acf31ae9a5
MD5 9b8f40f36de6ed51c3b2fffc6b462ef7
BLAKE2b-256 11255ed9a17d532c32b3bc81cc294d21a36c772d053981c22bd678396bc4ae30

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-pp310-pypy310_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-44.0.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ca25849404be2f8e4b3c59483d9d3c51298a22c1c61a0e84415104dacaf5562
MD5 e315b077abf900d2dbd746ae861cffa6
BLAKE2b-256 28208eaa1a4f7c68a1cb15019dbaad59c812d4df4fac6fd5f7b0b9c5177f1edd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-pp310-pypy310_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-44.0.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0529b1d5a0105dd3731fa65680b45ce49da4d8115ea76e9da77a875396727b41
MD5 727859ff2f7898636c4932f55356cbe4
BLAKE2b-256 2fb4424ea2d0fce08c24ede307cead3409ecbfc2f566725d4701b9754c0a1174

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-pp310-pypy310_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-44.0.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 af4ff3e388f2fa7bff9f7f2b31b87d5651c45731d3e8cfa0944be43dff5cfbdb
MD5 408cee0d065dc17ac150725fc43a37c4
BLAKE2b-256 9910173be140714d2ebaea8b641ff801cbcb3ef23101a2981cbf08057876f89e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-pp310-pypy310_pp73-macosx_10_9_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-44.0.2-cp39-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5f6f90b72d8ccadb9c6e311c775c8305381db88374c65fa1a68250aa8a9cb3a6
MD5 4bda7e9c83641cc8ddb5fcca087da4fe
BLAKE2b-256 33cf1f7649b8b9a3543e042d3f348e398a061923ac05b507f3f4d95f11938aa9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-44.0.2-cp39-abi3-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 3dc62975e31617badc19a906481deacdeb80b4bb454394b4098e3f2525a488c5
MD5 62a0d6a6343a1da185985167753ed03c
BLAKE2b-256 e2a55bc097adb4b6d22a24dea53c51f37e480aaec3465285c253098642696423

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f101b1f780f7fc613d040ca4bdf835c6ef3b00e9bd7125a4255ec574c7916e4
MD5 cadb9fe211eaf0c285c2267228f37a21
BLAKE2b-256 b39f6a3e0391957cc0c5f84aef9fbdd763035f2b52e998a53f99345e3ac69312

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8cadc6e3b5a1f144a039ea08a0bdb03a2a92e19c46be3285123d32029f40a922
MD5 d1a461373c905cf115b98b1be2b54b8a
BLAKE2b-256 e19987cf26d4f125380dc674233971069bc28d19b07f7755b29861570e513650

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c7362add18b416b69d58c910caa217f980c5ef39b23a38a0880dfd87bdf8cd23
MD5 267a0974c09a5b26583d2204794690d7
BLAKE2b-256 8933c1cf182c152e1d262cac56850939530c05ca6c8d149aa0dcee490b417e99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d03806036b4f89e3b13b6218fefea8d5312e450935b1a2d55f0524e2ed7c59d9
MD5 b69726c7e881bd7fb49810a805c5c098
BLAKE2b-256 7297430e56e39a1356e8e8f10f723211a0e256e11895ef1a135f30d7d40f2540

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b042d2a275c8cee83a4b7ae30c45a15e6a4baa65a179a0ec2d78ebb90e4f6699
MD5 9689df76d2ff22aecd041d9382c6058d
BLAKE2b-256 782b999b2a1e1ba2206f2d3bca267d68f350beb2b048a41ea827e08ce7260098

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 d1c3572526997b36f245a96a2b1713bf79ce99b271bbcf084beb6b9b075f29ea
MD5 ac18f5b988b763378ab65f828bc1a161
BLAKE2b-256 1632051f7ce79ad5a6ef5e26a92b37f172ee2d6e1cce09931646eef8de1e9827

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6210c05941994290f3f7f175a4a57dbbb2afd9273657614c506d5976db061181
MD5 47752cd52823fdcc05d4777cfb9e50c5
BLAKE2b-256 537baafe60210ec93d5d7f552592a28192e51d3c6b6be449e7fd0a91399b5d07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a1e657c0f4ea2a23304ee3f964db058c9e9e635cc7019c4aa21c330755ef6fd
MD5 c4d1bb9c2ff2e88d4c4bbfe67d92a008
BLAKE2b-256 d7fc99fe639bcdf58561dfad1faa8a7369d1dc13f20acd78371bb97a01613585

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81276f0ea79a208d961c433a947029e1a15948966658cf6710bbabb60fcc2639
MD5 17590efcc63b01532375764e18355803
BLAKE2b-256 0688638865be7198a84a7713950b1db7343391c6066a20e614f8fa286eb178ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp39-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8e0ddd63e6bf1161800592c71ac794d3fb8001f2caebe0966e77c5234fa9efc3
MD5 c8dd1d4a88a70b01da371a060fe340ee
BLAKE2b-256 9ebe7a26142e6d0f7683d8a382dd963745e65db895a79a280a30525ec92be890

See more details on using hashes here.

Provenance

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

File details

Details for the file cryptography-44.0.2-cp37-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 c505d61b6176aaf982c5717ce04e87da5abc9a36a5b39ac03905c4aafe8de7aa
MD5 3e4f8a96699a1f8ba160b21eed55dd3a
BLAKE2b-256 ca2c0d0bbaf61ba05acb32f0841853cfa33ebb7a9ab3d9ed8bb004bd39f2da6a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-44.0.2-cp37-abi3-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.7+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 51e4de3af4ec3899d6d178a8c005226491c27c4ba84101bfb59c901e10ca9f79
MD5 fd35371612a7eef762296b57d39373ab
BLAKE2b-256 715994ccc74788945bc3bd4cf355d19867e8057ff5fdbcac781b1ff95b700fb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b721b8b4d948b218c88cb8c45a01793483821e709afe5f622861fc6182b20a7
MD5 3d99f96dacf683212ee78a468b3ab242
BLAKE2b-256 f3cd2558cc08f7b1bb40683f99ff4327f8dcfc7de3affc669e9065e14824511b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1bc312dfb7a6e5d66082c87c34c8a62176e684b6fe3d90fcfe1568de675e6688
MD5 980f6568216130350a021bf40001723b
BLAKE2b-256 b28062df41ba4916067fa6b125aa8c14d7e9181773f0d5d0bd4dcef580d8b7c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f514ef4cd14bb6fb484b4a60203e912cfcb64f2ab139e88c2274511514bf7308
MD5 9870f2360d67462d19a03b94b4c0ce1b
BLAKE2b-256 bb6d858e356a49a4f0b591bd6789d821427de18432212e137290b6d8a817e9bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4e389622b6927d8133f314949a9812972711a111d577a5d1f4bee5e58736b80a
MD5 a231d793ef0b194acc935a4c26dc81c9
BLAKE2b-256 2a0779554a9c40eb11345e1861f46f845fa71c9e25bf66d132e123d9feb8e7f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4973da6ca3db4405c54cd0b26d328be54c7747e89e284fcff166132eb7bccc9c
MD5 5cd64c7d5094ffd15c723911f6bb0ac8
BLAKE2b-256 277b664ea5e0d1eab511a10e480baf1c5d3e681c7d91718f60e149cec09edf01

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-cp37-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-44.0.2-cp37-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 7bdcd82189759aba3816d1f729ce42ffded1ac304c151d0a8e89b9996ab863d5
MD5 d73319541ed8c581c6b8374f10dfff81
BLAKE2b-256 9ce844ae3e68c8b6d1cbc59040288056df2ad7f7f03bbcaca6b503c737ab8e73

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-cp37-abi3-manylinux_2_28_armv7l.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-44.0.2-cp37-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c00b6b757b32ce0f62c574b78b939afab9eecaf597c4d624caca4f9e71e7843
MD5 229805516f132604ec39a2c62fe279b2
BLAKE2b-256 26e4ba680f0b35ed4a07d87f9e98f3ebccb05091f3bf6b5a478b943253b3bbd5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc821e161ae88bfe8088d11bb39caf2916562e0a2dc7b6d56714a48b784ef0bb
MD5 0c4e1cbe8679ccdce26477072eb67081
BLAKE2b-256 276172e3afdb3c5ac510330feba4fc1faa0fe62e070592d6ad00c40bb69165e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_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-44.0.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29ecec49f3ba3f3849362854b7253a9f59799e3763b0c9d0826259a88efa02f1
MD5 f58d4aa4d92fd60814b0cbc6e9ede704
BLAKE2b-256 30ec7ea7c1e4c8fc8329506b46c6c4a52e2f20318425d48e0fe597977c71dbce

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_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-44.0.2-cp37-abi3-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cryptography-44.0.2-cp37-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 efcfe97d1b3c79e486554efddeb8f6f53a4cdd4cf6086642784fa31fc384e1d7
MD5 41feb3654df6827fe887a7f4852eea09
BLAKE2b-256 92ef83e632cfa801b221570c5f58c0369db6fa6cef7d9ff859feab1aae1a8a0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cryptography-44.0.2-cp37-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 AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page