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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

cryptography-44.0.0-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.0-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.34+ ARM64

cryptography-44.0.0-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.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.28+ ARM64

cryptography-44.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (3.3 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9+ Windows x86-64

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

Uploaded CPython 3.9+ Windows x86

cryptography-44.0.0-cp39-abi3-musllinux_1_2_x86_64.whl (4.2 MB view details)

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

cryptography-44.0.0-cp39-abi3-musllinux_1_2_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.9+ musllinux: musl 1.2+ ARM64

cryptography-44.0.0-cp39-abi3-manylinux_2_34_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.9+ manylinux: glibc 2.34+ ARM64

cryptography-44.0.0-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.0-cp39-abi3-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.9+ manylinux: glibc 2.28+ ARM64

cryptography-44.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

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

cryptography-44.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.9+ manylinux: glibc 2.17+ ARM64

cryptography-44.0.0-cp39-abi3-macosx_10_9_universal2.whl (6.5 MB view details)

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

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

Uploaded CPython 3.7+ Windows x86-64

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

Uploaded CPython 3.7+ Windows x86

cryptography-44.0.0-cp37-abi3-musllinux_1_2_x86_64.whl (4.2 MB view details)

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

cryptography-44.0.0-cp37-abi3-musllinux_1_2_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.7+ musllinux: musl 1.2+ ARM64

cryptography-44.0.0-cp37-abi3-manylinux_2_34_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.34+ ARM64

cryptography-44.0.0-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.0-cp37-abi3-manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.28+ ARM64

cryptography-44.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

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

cryptography-44.0.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ ARM64

cryptography-44.0.0-cp37-abi3-macosx_10_9_universal2.whl (6.5 MB view details)

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

File details

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

File metadata

  • Download URL: cryptography-44.0.0.tar.gz
  • Upload date:
  • Size: 710.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cryptography-44.0.0.tar.gz
Algorithm Hash digest
SHA256 cd4e834f340b4293430701e772ec543b0fbe6c2dea510a5286fe0acabe153a02
MD5 24904331bdf7a1dd6c04af9b02899a2a
BLAKE2b-256 914c45dfa6829acffa344e3967d6006ee4ae8be57af746ae2eba1c431949b32c

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on pyca/cryptography

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

File details

Details for the file cryptography-44.0.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cryptography-44.0.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 62901fb618f74d7d81bf408c8719e9ec14d863086efe4185afd07c352aee1d2c
MD5 83df972b240e5f4d160017b22d68296f
BLAKE2b-256 cc9d37e5da7519de7b0b070a3fedd4230fe76d50d2a21403e0f2153d70ac4163

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 be4ce505894d15d5c5037167ffb7f0ae90b7be6f2a98f9a5c3442395501c32fa
MD5 5d4ac8dc9ec9045ce8361b642792474d
BLAKE2b-256 38d928edf32ee2fcdca587146bcde90102a7319b2f2c690edfa627e46d586050

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8b3e6eae66cf54701ee7d9c83c30ac0a1e3fa17be486033000f2a73a12ab507c
MD5 a84a1b559761b7935bdd067114ce5a38
BLAKE2b-256 478f20ff0656bb0cf7af26ec1d01f780c5cfbaa7666736063378c5f48558b515

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5e7cb1e5e56ca0933b4873c0220a78b773b24d40d186b6738080b73d3d0a756
MD5 17cb93e99c3c6bd345be346a558dc2f6
BLAKE2b-256 89fab160e10a64cc395d090105be14f399b94e617c879efd401188ce0fea39ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f677e1268c4e23420c3acade68fac427fffcb8d19d7df95ed7ad17cdef8404f4
MD5 6de5e706c70e593b66ccce4ff2d3ee50
BLAKE2b-256 1aaaba8a7467c206cb7b62f09b4168da541b5109838627f582843bbbe0235e8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37d76e6863da3774cd9db5b409a9ecfd2c71c981c38788d3fcfaf177f447b731
MD5 ee15c4e5531dd3a1201ee72d1dd1b6ab
BLAKE2b-256 77d4fea74422326388bbac0c37b7489a0fcb1681a698c3b875959430ba550daa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 708ee5f1bafe76d041b53a4f95eb28cdeb8d18da17e597d46d7833ee59b97ede
MD5 4ed6d0f05905b14dfd4c9feed21933de
BLAKE2b-256 979b443270b9210f13f6ef240eff73fd32e02d381e7103969dc66ce8e89ee901

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on pyca/cryptography

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

File details

Details for the file cryptography-44.0.0-cp39-abi3-win32.whl.

File metadata

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

File hashes

Hashes for cryptography-44.0.0-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 eca27345e1214d1b9f9490d200f9db5a874479be914199194e746c893788d417
MD5 8dd57c1dd64c4455c6761338e526e411
BLAKE2b-256 46b0f4f7d0d0bcfbc8dd6296c1449be326d04217c57afb8b2594f017eed95533

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a01956ddfa0a6790d594f5b34fc1bfa6098aca434696a03cfdbe469b8ed79285
MD5 927743f3a09977622d0dab589a2d96cc
BLAKE2b-256 af365ccc376f025a834e72b8e52e18746b927f34e4520487098e283a719c205e

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on pyca/cryptography

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

File details

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2436114e46b36d00f8b72ff57e598978b37399d2786fd39793c36c6d5cb1c64
MD5 e0a13556997f04226f11dbb2a3cd13a8
BLAKE2b-256 7fdf8be88797f0a1cca6e255189a57bb49237402b1880d6e8721690c5603ac23

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on pyca/cryptography

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

File details

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp39-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9e6fc8a08e116fb7c7dd1f040074c9d7b51d74a8ea40d4df2fc7aa08b76b9e6c
MD5 9b980732e8a8040097c995ccacf8eb0b
BLAKE2b-256 a2cd2f3c440913d4329ade49b146d74f2e9766422e1732613f57097fea61f344

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on pyca/cryptography

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

File details

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f53c2c87e0fb4b0c00fa9571082a057e37690a8f12233306161c8f4b819960b7
MD5 ef46d5fc6402a0768e8f396718c5b21e
BLAKE2b-256 ef8272403624f197af0db6bac4e58153bc9ac0e6020e57234115db9596eee85d

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on pyca/cryptography

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

File details

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c5eb858beed7835e5ad1faba59e865109f3e52b3783b9ac21e7e47dc5554e289
MD5 339ff5a496f7ca2431de6ef61f86134e
BLAKE2b-256 d0c7c656eb08fd22255d21bc3129625ed9cd5ee305f33752ef2278711b3fa98b

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on pyca/cryptography

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

File details

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 404fdc66ee5f83a1388be54300ae978b2efd538018de18556dde92575e05defc
MD5 98d9fbdbb207686ff88a6fda79008626
BLAKE2b-256 28346b3ac1d80fc174812486561cf25194338151780f27e438526f9c64e16869

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1923cb251c04be85eec9fda837661c67c1049063305d6be5721643c22dd4e2b7
MD5 5a6a238c2e082cafa9024ac199fb68b6
BLAKE2b-256 1a075f165b6c65696ef75601b781a280fc3b33f1e0cd6aa5a92d9fb96c410e97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp39-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 660cb7312a08bc38be15b696462fa7cc7cd85c3ed9c576e81f4dc4d8b2b31591
MD5 f323e406bf4e2c56216bf065bc989345
BLAKE2b-256 111861e52a3d28fc1514a43b0ac291177acd1b4de00e9301aaf7ef867076ff8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 abc998e0c0eee3c8a1904221d3f67dcfa76422b23620173e28c11d3e626c21bd
MD5 fda65724dd6142c30860f9ab8b012d7e
BLAKE2b-256 64b150d7739254d2002acae64eed4fc43b24ac0cc44bf0a0d388d1ca06ec5bb1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for cryptography-44.0.0-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 eb33480f1bad5b78233b0ad3e1b0be21e8ef1da745d8d2aecbb20671658b9053
MD5 e6f9c756a10dd375bf6f516326ef5585
BLAKE2b-256 efd4cae11bf68c0f981e0413906c6dd03ae7fa864347ed5fac40021df1ef467c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp37-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3f6fdfa89ee2d9d496e2c087cebef9d4fcbb0ad63c40e821b39f74bf48d9c5e
MD5 d42e90a79e95c5e2bebde5e7b9f91bee
BLAKE2b-256 bd697ca326c55698d0688db867795134bdfac87136b80ef373aaa42b225d6dd5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp37-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed3534eb1090483c96178fcb0f8893719d96d5274dfde98aa6add34614e97c8e
MD5 302d06d97f37c5cb6b1d2ed51ffd8cc3
BLAKE2b-256 c7afd1deb0c04d59612e3d5e54203159e284d3e7a6921e565bb0eeb6269bdd8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp37-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4ac4c9f37eba52cb6fbeaf5b59c152ea976726b865bd4cf87883a7e7006cc543
MD5 ebab01ae3e771650967519d1b6b47244
BLAKE2b-256 75eaaf65619c800ec0a7e4034207aec543acdf248d9bffba0533342d1bd435e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp37-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c672a53c0fb4725a29c303be906d3c1fa99c32f58abe008a82705f9ee96f40b
MD5 9451941800b5a866a67048a3c739806d
BLAKE2b-256 b10740fe09ce96b91fc9276a9ad272832ead0fddedcba87f1190372af8e3039c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp37-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 761817a3377ef15ac23cd7834715081791d4ec77f9297ee694ca1ee9c2c7e5eb
MD5 d1fa9d2e48d60a13b3764c775a633a4a
BLAKE2b-256 986513d9e76ca19b0ba5603d71ac8424b5694415b348e719db277b5edc985ff5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 831c3c4d0774e488fdc83a1923b49b9957d33287de923d58ebd3cec47a0ae43f
MD5 a07c5f381c26f333ddb39597cbba3279
BLAKE2b-256 5f583b14bf39f1a0cfd679e753e8647ada56cddbf5acebffe7db90e184c76168

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b15492a11f9e1b62ba9d73c210e2416724633167de94607ec6069ef724fad092
MD5 eaff120412ef35e178b9c24c8f7f5359
BLAKE2b-256 7e5b3759e30a103144e29632e7cb72aec28cedc79e514b2ea8896bb17163c19b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.0-cp37-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 84111ad4ff3f6253820e6d3e58be2cc2a00adb29335d4cacb5ab4d4d34f2a123
MD5 93cd5aaf081a75a5aa72f32ff240f316
BLAKE2b-256 55098cc67f9b84730ad330b3b72cf867150744bf07ff113cda21a15a1c6d2c7c

See more details on using hashes here.

Provenance

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