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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.34+ ARM64

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

Uploaded PyPy manylinux: glibc 2.28+ ARM64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9+ Windows x86-64

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

Uploaded CPython 3.9+ Windows x86

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

Uploaded CPython 3.9+ musllinux: musl 1.2+ ARM64

cryptography-44.0.1-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.1-cp39-abi3-manylinux_2_34_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.9+ manylinux: glibc 2.34+ ARM64

cryptography-44.0.1-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.1-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.1-cp39-abi3-manylinux_2_28_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.9+ manylinux: glibc 2.28+ ARM64

cryptography-44.0.1-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.1-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.1-cp39-abi3-macosx_10_9_universal2.whl (6.6 MB view details)

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

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

Uploaded CPython 3.7+ Windows x86-64

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

Uploaded CPython 3.7+ Windows x86

cryptography-44.0.1-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.1-cp37-abi3-musllinux_1_2_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.7+ musllinux: musl 1.2+ ARM64

cryptography-44.0.1-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.1-cp37-abi3-manylinux_2_34_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.34+ ARM64

cryptography-44.0.1-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.1-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.1-cp37-abi3-manylinux_2_28_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.28+ ARM64

cryptography-44.0.1-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.1-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.1-cp37-abi3-macosx_10_9_universal2.whl (6.6 MB view details)

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

File details

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

File metadata

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

File hashes

Hashes for cryptography-44.0.1.tar.gz
Algorithm Hash digest
SHA256 f51f5705ab27898afda1aaa430f34ad90dc117421057782022edf0600bec5f14
MD5 d14d9b757dabd8392d9cf928e82bd0b8
BLAKE2b-256 c767545c79fe50f7af51dbad56d16b23fe33f63ee6a5d956b3cb68ea110cbe64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d9c5b9f698a83c8bd71e0f4d3f9f839ef244798e5ffe96febfa9714717db7af7
MD5 8abf0fea2248a9e06c59e15bbdd761d6
BLAKE2b-256 2e383fd83c4690dc7d753a442a284b3826ea5e5c380a411443c66421cd823898

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 94f99f2b943b354a5b6307d7e8d19f5c423a794462bde2bf310c770ba052b1c4
MD5 c4e123bd0a8225d1ca76becb4f48754d
BLAKE2b-256 488909fc7b115f60f5bd970b80e32244f8e9aeeb9244bf870b63420cec3b5cd5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 f4daefc971c2d1f82f03097dc6f216744a6cd2ac0f04c68fb935ea2ba2a0d420
MD5 03054121403718f9addfa567b78ad7cb
BLAKE2b-256 12c72fe59fb085ab418acc82e91e040a6acaa7b1696fcc1c1055317537fbf0d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5fed5cd6102bb4eb843e3315d2bf25fede494509bddadb81e03a859c1bc17b83
MD5 1b442df6df812d633254df4a592c1ac1
BLAKE2b-256 607bcbc203838d3092203493d18b923fbbb1de64e0530b332a713ba376905b0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 610a83540765a8d8ce0f351ce42e26e53e1f774a6efb71eb1b41eb01d01c3d12
MD5 06458a21b17b19d5742dbdaeb35f3f02
BLAKE2b-256 e0f17fb4982d59aa86e1a116c812b545e7fc045352be07738ae3fb278835a9a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f9a92144fa0c877117e9748c74501bea842f93d21ee00b0cf922846d9d0b183
MD5 1fad5111b8d3faf840e4a09e0cdf317c
BLAKE2b-256 1506507bfb5c7e048114a0185dd65f7814677a2ba285d15705c3d69e660c21d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 e403f7f766ded778ecdb790da786b418a9f2394f36e8cc8b796cc056ab05f44f
MD5 fe79c120bf1f362d1054f0a384d839cc
BLAKE2b-256 d2055533d30f53f10239616a357f080892026db2d550a40c393d0a8a7af834a9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-44.0.1-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.8

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 9b336599e2cb77b1008cb2ac264b290803ec5e8e89d618a5e978ff5eb6f715d9
MD5 ff40335b4b6ad72a1e4365b0ed54b69b
BLAKE2b-256 306f4eca9e2e0f13ae459acd1ca7d9f0257ab86e68f44304847610afcb813dc9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00918d859aa4e57db8299607086f793fa7813ae2ff5a4637e318a25ef82730f7
MD5 86694ee73412761845b63340067a159a
BLAKE2b-256 3dcbafff48ceaed15531eab70445abe500f07f8f96af2bb35d98af6bfa89ebd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 888fcc3fce0c888785a4876ca55f9f43787f4c5c1cc1e2e0da71ad481ff82c5b
MD5 76b2ae7b1ff3ea1f4bb42aa38c61b3a0
BLAKE2b-256 78e14b6ac5f4100545513b0847a4d276fe3c7ce0eacfa73e3b5ebd31776816ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 53f23339864b617a3dfc2b0ac8d5c432625c80014c25caac9082314e9de56f41
MD5 8b4e03019a14dfe6d08562a33290ee35
BLAKE2b-256 6db98be0ff57c4592382b77406269b1e15650c9f1a167f9e34941b8515b97159

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 2a46a89ad3e6176223b632056f321bc7de36b9f9b93b2cc1cccf935a3849dc62
MD5 4f98fccf99a1c120bb926f39a7d0bbe0
BLAKE2b-256 07ef77c74d94a8bfc1a8a47b3cafe54af3db537f081742ee7a8a9bd982b62774

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 72198e2b5925155497a5a3e8c216c7fb3e64c16ccee11f0e7da272fa93b35c4c
MD5 6367dd12d8f474572213ce0550c21701
BLAKE2b-256 e1e7cfb18011821cc5f9b21efb3f94f3241e3a658d267a3bf3a0f45543858ed8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 4f422e8c6a28cf8b7f883eb790695d6d45b0c385a2583073f3cec434cc705e1a
MD5 2d7f8cf8ac2df30d2ae9d6a9f4e10a3c
BLAKE2b-256 e650bf8d090911347f9b75adc20f6f6569ed6ca9b9bff552e6e390f53c2a1233

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 436df4f203482f41aad60ed1813811ac4ab102765ecae7a2bbb1dbb66dcff5a7
MD5 ba1057bd776e6b6b523fa078a341d282
BLAKE2b-256 b345690a02c748d719a95ab08b6e4decb9d81e0ec1bac510358f61624c86e8a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e8d181e90a777b63f3f0caa836844a1182f1f265687fac2115fcf245f5fbec3
MD5 07f1caa81d031bd9b6686d3e58821499
BLAKE2b-256 25bae00d5ad6b58183829615be7f11f55a7b6baa5a06910faabdc9961527ba44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8272f257cf1cbd3f2e120f14c68bff2b6bdfcc157fafdee84a1b795efd72862
MD5 18f679c42cbbb4a09b902eeaba3bc26e
BLAKE2b-256 ba9f1775600eb69e72d8f9931a104120f2667107a0ee478f6ad4fe4001559345

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp39-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a2d8a7045e1ab9b9f803f0d9531ead85f90c5f2859e653b61497228b18452008
MD5 a6100d3d3bf835ef913f43070275b4a0
BLAKE2b-256 9ff1676e69c56a9be9fd1bffa9bc3492366901f6e1f8f4079428b05f1414e65c

See more details on using hashes here.

Provenance

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

File details

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 fd0ee90072861e276b0ff08bd627abec29e32a53b2be44e41dbcdf87cbee2b00
MD5 d0c68f84045798b6ad995f6a84315341
BLAKE2b-256 cf6c3907271ee485679e15c9f5e93eac6aa318f859b0aed8d369afd636fafa87

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cryptography-44.0.1-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.8

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 24979e9f2040c953a94bf3c6782e67795a4c260734e5264dceea65c8f4bae64a
MD5 a3632d86b76b2f4d868859b72f4df23d
BLAKE2b-256 387874ea9eb547d13c34e984e07ec8a473eb55b19c1451fe7fc8077c6a4b0548

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c8acf6f3d1f47acb2248ec3ea261171a671f3d9428e34ad0357148d492c7864
MD5 3de8d93595a42e52f90fe02caa637bb9
BLAKE2b-256 0f10cf91691064a9e0a88ae27e31779200b1505d3aee877dbe1e4e0d73b4f155

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f76fdd6fd048576a04c5210d53aa04ca34d2ed63336d4abd306d0cbe298fddf
MD5 d611ab27805cdef3568a557af20d7d72
BLAKE2b-256 f368abbae29ed4f9d96596687f3ceea8e233f65c9645fbbec68adb7c756bb85a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8e6a85a93d0642bd774460a86513c5d9d80b5c002ca9693e63f6e540f1815ed0
MD5 4212e2c139b48b48b009932c08b58ef1
BLAKE2b-256 c117f5282661b57301204cbf188254c1a0267dbd8b18f76337f0a7ce1038888c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 eb3889330f2a4a148abead555399ec9a32b13b7c8ba969b72d8e500eb7ef84cd
MD5 48addaa05efe180c582ae31392348e25
BLAKE2b-256 eaa644d63950c8588bfa8594fd234d3d46e93c3841b8e84a066649c566afb972

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df978682c1504fc93b3209de21aeabf2375cb1571d4e61907b3e7a2540e83026
MD5 677af3b1a0f56f3e05dee11012d465fb
BLAKE2b-256 c63dd3c55d4f1d24580a236a6753902ef6d8aafd04da942a1ee9efb9dc8fd0cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 21377472ca4ada2906bc313168c9dc7b1d7ca417b63c1c3011d0c74b7de9ae69
MD5 dcffe6c61bd8d322014adaf9b603cb54
BLAKE2b-256 2801604508cd34a4024467cd4105887cf27da128cba3edd435b54e2395064bfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 322eb03ecc62784536bc173f1483e76747aafeb69c8728df48537eb431cd1911
MD5 1ec5fc075279f16443fc2c493ebd0161
BLAKE2b-256 c51d5b77815e7d9cf1e3166988647f336f87d5634a5ccecec2ffbe08ef8dd481

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 887143b9ff6bad2b7570da75a7fe8bbf5f65276365ac259a5d2d5147a73775f2
MD5 b99d2ab8f57f9b3875a03712a21bf7b1
BLAKE2b-256 6e57371a9f3f3a4500807b5fcd29fec77f418ba27ffc629d88597d0d1049696e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd7c7e2d71d908dc0f8d2027e1604102140d84b155e658c20e8ad1304317691f
MD5 e2d2a007b9837ad3c50274171036d5fc
BLAKE2b-256 34b94d1fa8d73ae6ec350012f89c3abfbff19fc95fe5420cf972e12a8d182986

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cryptography-44.0.1-cp37-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bf688f615c29bfe9dfc44312ca470989279f0e94bb9f631f85e3459af8efc009
MD5 542fd89c54f460576c70fa0e339d8d3b
BLAKE2b-256 72275e3524053b4c8889da65cf7814a9d0d8514a05194a25e1e34f46852ee6eb

See more details on using hashes here.

Provenance

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