Skip to main content

PyCryptodome is a self-contained Python package of low-level cryptographic primitives.

It supports Python 2.7, Python 3.5 and newer, and PyPy.

You can install it with:

pip install pycryptodomex

All modules are installed under the Cryptodome package.

Check the pycryptodome project for the equivalent library that works under the Crypto package.

PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1), for instance:

  • Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)

  • Accelerated AES on Intel platforms via AES-NI

  • First class support for PyPy

  • Elliptic curves cryptography (NIST P-256, P-384 and P-521 curves only)

  • Better and more compact API (nonce and iv attributes for ciphers, automatic generation of random nonces and IVs, simplified CTR cipher mode, and more)

  • SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms

  • Salsa20 and ChaCha20 stream ciphers

  • scrypt and HKDF

  • Deterministic (EC)DSA

  • Password-protected PKCS#8 key containers

  • Shamir’s Secret Sharing scheme

  • Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace)

  • Simplified install process, including better support for Windows

  • Cleaner RSA and DSA key generation (largely based on FIPS 186-4)

  • Major clean ups and simplification of the code base

PyCryptodome is not a wrapper to a separate C library like OpenSSL. To the largest possible extent, algorithms are implemented in pure Python. Only the pieces that are extremely critical to performance (e.g. block ciphers) are implemented as C extensions.

For more information, see the homepage.

All the code can be downloaded from GitHub.

Release files for pycryptodomex 3.11.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pycryptodomex 3.11.0
File Size Uploaded
pycryptodomex-3.11.0.tar.gz 3.8 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pycryptodomex 3.11.0
File
pycryptodomex-3.11.0-pp36-pypy36_pp73-win32.whl PyPy 3.6 PyPy 3.6 7.3 Windows x86-32 Details
pycryptodomex-3.11.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl PyPy 3.6 PyPy 3.6 7.3 Linux glibc 2.12+ x86-64 Details
pycryptodomex-3.11.0-pp36-pypy36_pp73-manylinux1_x86_64.whl PyPy 3.6 PyPy 3.6 7.3 Linux glibc 2.5+ x86-64 Details
pycryptodomex-3.11.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl PyPy 3.6 PyPy 3.6 7.3 macOS 10.9+ x86-64 Details
pycryptodomex-3.11.0-pp27-pypy_73-win32.whl PyPy 2.7 PyPy 7.3 Windows x86-32 Details
pycryptodomex-3.11.0-pp27-pypy_73-manylinux2010_x86_64.whl PyPy 2.7 PyPy 7.3 Linux glibc 2.12+ x86-64 Details
pycryptodomex-3.11.0-pp27-pypy_73-manylinux1_x86_64.whl PyPy 2.7 PyPy 7.3 Linux glibc 2.5+ x86-64 Details
pycryptodomex-3.11.0-pp27-pypy_73-macosx_10_9_x86_64.whl PyPy 2.7 PyPy 7.3 macOS 10.9+ x86-64 Details
pycryptodomex-3.11.0-cp35-abi3-win_amd64.whl CPython 3.5 abi3 Windows x86-64 Details
pycryptodomex-3.11.0-cp35-abi3-win32.whl CPython 3.5 abi3 Windows x86-32 Details
pycryptodomex-3.11.0-cp35-abi3-manylinux2014_aarch64.whl CPython 3.5 abi3 Linux glibc 2.17+ ARM64 Details
pycryptodomex-3.11.0-cp35-abi3-manylinux2010_x86_64.whl CPython 3.5 abi3 Linux glibc 2.12+ x86-64 Details
pycryptodomex-3.11.0-cp35-abi3-manylinux2010_i686.whl CPython 3.5 abi3 Linux glibc 2.12+ x86-32 Details
pycryptodomex-3.11.0-cp35-abi3-manylinux1_x86_64.whl CPython 3.5 abi3 Linux glibc 2.5+ x86-64 Details
pycryptodomex-3.11.0-cp35-abi3-manylinux1_i686.whl CPython 3.5 abi3 Linux glibc 2.5+ x86-32 Details
pycryptodomex-3.11.0-cp35-abi3-macosx_10_9_x86_64.whl CPython 3.5 abi3 macOS 10.9+ x86-64 Details
pycryptodomex-3.11.0-cp27-cp27mu-manylinux2014_aarch64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.17+ ARM64 Details
pycryptodomex-3.11.0-cp27-cp27mu-manylinux2010_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64 Details
pycryptodomex-3.11.0-cp27-cp27mu-manylinux2010_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-32 Details
pycryptodomex-3.11.0-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
pycryptodomex-3.11.0-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
pycryptodomex-3.11.0-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
pycryptodomex-3.11.0-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
pycryptodomex-3.11.0-cp27-cp27m-manylinux2014_aarch64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.17+ ARM64 Details
pycryptodomex-3.11.0-cp27-cp27m-manylinux2010_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64 Details
pycryptodomex-3.11.0-cp27-cp27m-manylinux2010_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-32 Details
pycryptodomex-3.11.0-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
pycryptodomex-3.11.0-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
pycryptodomex-3.11.0-cp27-cp27m-macosx_10_9_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64 Details

Total release size: 54.1 MB

Release files / pycryptodomex-3.11.0.tar.gz

Download URL pycryptodomex-3.11.0.tar.gz
Size 3.8 MB
Tags Source
SHA-256 checksum
How to use checksums
0398366656bb55ebdb1d1d493a7175fc48ade449283086db254ac44c7d318d6d
BLAKE2b-256 checksum
How to use checksums
4714dd9ad29cd29ea4cc521286f2cb401ca7ac6fd5db0791c5e9bacaf2c9ac78
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-pp36-pypy36_pp73-win32.whl

Download URL pycryptodomex-3.11.0-pp36-pypy36_pp73-win32.whl
Size 1.6 MB
Tags PyPy 3.6 PyPy 3.6 7.3 Windows x86-32
SHA-256 checksum
How to use checksums
15d25c532de744648f0976c56bd10d07b2a44b7eb2a6261ffe2497980b1102d8
BLAKE2b-256 checksum
How to use checksums
880f702192adc13ed47a6cc9e4784ed03e24ef85ecaddff0bed227ab1129eed4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl

Download URL pycryptodomex-3.11.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Size 1.5 MB
Tags Linux glibc 2.12+ x86-64 PyPy 3.6 PyPy 3.6 7.3
SHA-256 checksum
How to use checksums
4c7c6418a3c08b2ebfc2cf50ce52de267618063b533083a2c73b40ec54a1b6f5
BLAKE2b-256 checksum
How to use checksums
678c50f7a294e7da86903b405cfba492ede8b801f49355913783706dc2fbdb22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-pp36-pypy36_pp73-manylinux1_x86_64.whl

Download URL pycryptodomex-3.11.0-pp36-pypy36_pp73-manylinux1_x86_64.whl
Size 1.5 MB
Tags Linux glibc 2.5+ x86-64 PyPy 3.6 PyPy 3.6 7.3
SHA-256 checksum
How to use checksums
ef25d682d0d9ab25c5022a298b5cba9084c7b148a3e71846df2c67ea664eacc7
BLAKE2b-256 checksum
How to use checksums
5c14e750bf53c87855ac478603a460c547dfc9e9ebb3e08cd30bb6aa9f6b77fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl

Download URL pycryptodomex-3.11.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Size 1.5 MB
Tags PyPy 3.6 PyPy 3.6 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c43ddcff251e8b427b3e414b026636617276e008a9d78a44a9195d4bdfcaa0fe
BLAKE2b-256 checksum
How to use checksums
3f6a42544447021b8ecbf9e7830437f108ef5303198d1d60ee8d0b60032ff0cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-pp27-pypy_73-win32.whl

Download URL pycryptodomex-3.11.0-pp27-pypy_73-win32.whl
Size 1.6 MB
Tags PyPy 2.7 PyPy 7.3 Windows x86-32
SHA-256 checksum
How to use checksums
1dd4271d8d022216533c3547f071662b44d703fd5dbb632c4b5e77b3ee47567f
BLAKE2b-256 checksum
How to use checksums
24bfe1fe3f1212ce8d259a66084bd7bde57ad82fbd01aca45e6dde1b5c2052fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-pp27-pypy_73-manylinux2010_x86_64.whl

Download URL pycryptodomex-3.11.0-pp27-pypy_73-manylinux2010_x86_64.whl
Size 1.5 MB
Tags Linux glibc 2.12+ x86-64 PyPy 2.7 PyPy 7.3
SHA-256 checksum
How to use checksums
207e53bdbf3a26de6e9dcf3ebaf67ba70a61f733f84c464eca55d278211c1b71
BLAKE2b-256 checksum
How to use checksums
4baca102641bf3e1d0a440d878a6964339ae125140daa3194ea5285108235e6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-pp27-pypy_73-manylinux1_x86_64.whl

Download URL pycryptodomex-3.11.0-pp27-pypy_73-manylinux1_x86_64.whl
Size 1.5 MB
Tags Linux glibc 2.5+ x86-64 PyPy 2.7 PyPy 7.3
SHA-256 checksum
How to use checksums
91662b27f5aa8a6d2ad63be9a7d1a403e07bf3c2c5b265a7cc5cbadf6f988e06
BLAKE2b-256 checksum
How to use checksums
f940fa43d9ae56bf86b17407e1d07c41316cda43ad4a10fbc2904cb6b8965c94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-pp27-pypy_73-macosx_10_9_x86_64.whl

Download URL pycryptodomex-3.11.0-pp27-pypy_73-macosx_10_9_x86_64.whl
Size 1.5 MB
Tags PyPy 2.7 PyPy 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c10b2f6bcbaa9aa51fe08207654100074786d423b03482c0cbe44406ca92d146
BLAKE2b-256 checksum
How to use checksums
a2e381f9634c3276018c9fec82668be08cc72d280c0a2a6f0625dcac89697ace
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp35-abi3-win_amd64.whl

Download URL pycryptodomex-3.11.0-cp35-abi3-win_amd64.whl
Size 1.8 MB
Tags CPython 3.5 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
919cadcedad552e78349d1626115cfd246fc03ad469a4a62c91a12204f0f0d85
BLAKE2b-256 checksum
How to use checksums
7e5a0965a6318fbd7ce3ce8b1ffae1ca0c694327af80d9e0d2867433a6823f14
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp35-abi3-win32.whl

Download URL pycryptodomex-3.11.0-cp35-abi3-win32.whl
Size 1.8 MB
Tags CPython 3.5 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
5baf690d27f39f2ba22f06e8e32c5f1972573ca65db6bdbb8b2c7177a0112dab
BLAKE2b-256 checksum
How to use checksums
2d6b15e4843103ed3367ee12284c344b4f6aafa59e144ee866abc6e801c3e59d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp35-abi3-manylinux2014_aarch64.whl

Download URL pycryptodomex-3.11.0-cp35-abi3-manylinux2014_aarch64.whl
Size 1.5 MB
Tags CPython 3.5 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
f35ccfa44a1dd267e392cd76d8525cfcfabee61dd070e15ad2119c54c0c31ddf
BLAKE2b-256 checksum
How to use checksums
a25a54216e1f88644253792b856ba9c9bb80e6503746924e3c9cb6e835b5ef2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp35-abi3-manylinux2010_x86_64.whl

Download URL pycryptodomex-3.11.0-cp35-abi3-manylinux2010_x86_64.whl
Size 1.9 MB
Tags CPython 3.5 Linux glibc 2.12+ x86-64 abi3
SHA-256 checksum
How to use checksums
2b586d13ef07fa6197b6348a48dbbe9525f4f496205de14edfa4e91d99e69672
BLAKE2b-256 checksum
How to use checksums
c602e8b7807f1fa89b794e5f36fb7adeff463c129c412ae80da635e808a89b7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp35-abi3-manylinux2010_i686.whl

Download URL pycryptodomex-3.11.0-cp35-abi3-manylinux2010_i686.whl
Size 2.1 MB
Tags CPython 3.5 Linux glibc 2.12+ x86-32 abi3
SHA-256 checksum
How to use checksums
1d4d13c59d2cfbc0863c725f5812d66ff0d6836ba738ef26a52e1291056a1c7c
BLAKE2b-256 checksum
How to use checksums
139320f9d6f85cd5d4270a480f8a2c5056b9cb7048550c908d2b954f3cb3240b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp35-abi3-manylinux1_x86_64.whl

Download URL pycryptodomex-3.11.0-cp35-abi3-manylinux1_x86_64.whl
Size 1.9 MB
Tags CPython 3.5 Linux glibc 2.5+ x86-64 abi3
SHA-256 checksum
How to use checksums
ff0826f3886e85708a0e8ef7ec47020723b998cfed6ae47962d915fcb89ec780
BLAKE2b-256 checksum
How to use checksums
45dc9f25aeb3b23c9d95510c5ecb89e778ddc37895d64b22e6a84efc88ecbd38
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp35-abi3-manylinux1_i686.whl

Download URL pycryptodomex-3.11.0-cp35-abi3-manylinux1_i686.whl
Size 2.1 MB
Tags CPython 3.5 Linux glibc 2.5+ x86-32 abi3
SHA-256 checksum
How to use checksums
fe2b8c464ba335e71aed74f830bf2b2881913f8905d166f9c0fe06ca44a1cb5e
BLAKE2b-256 checksum
How to use checksums
ee6c112ee34b22333dcd9965228c73b8bd50d352cbd40c9c8d0e3f62e7406352
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp35-abi3-macosx_10_9_x86_64.whl

Download URL pycryptodomex-3.11.0-cp35-abi3-macosx_10_9_x86_64.whl
Size 1.5 MB
Tags CPython 3.5 abi3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
bf2ea67eaa1fff0aecef6da881144f0f91e314b4123491f9a4fa8df0598e48fe
BLAKE2b-256 checksum
How to use checksums
461238158d9b9b566755d842e40b04fc14bd3b6b956eea4a1acac21b4debf37a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27mu-manylinux2014_aarch64.whl

Download URL pycryptodomex-3.11.0-cp27-cp27mu-manylinux2014_aarch64.whl
Size 1.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
252ac9c1e1ae1c256a75539e234be3096f2d100b9f4bae42ef88067787b9b249
BLAKE2b-256 checksum
How to use checksums
6234a5469cd8e9e544b569ec957a5ea0ccc86cd8da6f3c67487079fbb511357f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27mu-manylinux2010_x86_64.whl

Download URL pycryptodomex-3.11.0-cp27-cp27mu-manylinux2010_x86_64.whl
Size 1.9 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
64a83ab6f54496ab968a6f21a41a620afe0a742573d609fd03dcab7210645153
BLAKE2b-256 checksum
How to use checksums
22844959cbd00c88868b1e105b96f0ba26f5ce1696a06e6e319f62b18b129282
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27mu-manylinux2010_i686.whl

Download URL pycryptodomex-3.11.0-cp27-cp27mu-manylinux2010_i686.whl
Size 2.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
c391ec5c423a374a36b90f7c8805fdf51a0410a2b5be9cebd8990e0021cb6da4
BLAKE2b-256 checksum
How to use checksums
c1fbc42cde83a479166ed885aa70d31ddcfe68933d9ef1522094f07e24133232
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27mu-manylinux1_x86_64.whl

Download URL pycryptodomex-3.11.0-cp27-cp27mu-manylinux1_x86_64.whl
Size 1.9 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c91772cf6808cc2d80279e80b491c48cb688797b6d914ff624ca95d855c24ee5
BLAKE2b-256 checksum
How to use checksums
07366242fccf7909d01a1e739de76f5a70a40c2efc87b6dd50af834d36b2ded3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27mu-manylinux1_i686.whl

Download URL pycryptodomex-3.11.0-cp27-cp27mu-manylinux1_i686.whl
Size 2.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
cf30b5e03d974874185b989839c396d799f6e2d4b4d5b2d8bd3ba464eb3cc33f
BLAKE2b-256 checksum
How to use checksums
44e0af412d95c4766b6f6ad02babe274b2709df169b3f24cdddab5d793402208
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27m-win_amd64.whl

Download URL pycryptodomex-3.11.0-cp27-cp27m-win_amd64.whl
Size 1.6 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
adc25aa8cfc537373dd46ae97863f16fd955edee14bf54d3eb52bde4e4ac8c7b
BLAKE2b-256 checksum
How to use checksums
5a0252f21e9e01d2bca4d485bd4b74c77435a2026124321eee9f76e7b7f5a786
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27m-win32.whl

Download URL pycryptodomex-3.11.0-cp27-cp27m-win32.whl
Size 1.6 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
9eace1e5420abc4f9e76de01e49caca349b7c80bda9c1643193e23a06c2a332c
BLAKE2b-256 checksum
How to use checksums
520e4b24ab9ec9c58ced228c19885c1c4437cf56d8539a596f7c7f28445e9f2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27m-manylinux2014_aarch64.whl

Download URL pycryptodomex-3.11.0-cp27-cp27m-manylinux2014_aarch64.whl
Size 1.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
fbe09e3ae95f47c7551a24781d2e348974cde4a0b33bc3b1566f6216479db2b1
BLAKE2b-256 checksum
How to use checksums
d29f6e78b121c62d8af3bf0460738f22e2520376c2be9debb8618a31bb2d5c84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27m-manylinux2010_x86_64.whl

Download URL pycryptodomex-3.11.0-cp27-cp27m-manylinux2010_x86_64.whl
Size 1.9 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
7cc5ee80b2d5ee8f59a761741cfb916a068c97cac5e700c8ce01e1927616aa2f
BLAKE2b-256 checksum
How to use checksums
19cd18ec008e82ea9cd5ca4499ac1d512fcd7bbb60c672a548b591cc040bdd81
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27m-manylinux2010_i686.whl

Download URL pycryptodomex-3.11.0-cp27-cp27m-manylinux2010_i686.whl
Size 2.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
c825611a951baad63faeb9ef1517ef96a20202d6029ae2485b729152cc703fab
BLAKE2b-256 checksum
How to use checksums
a9b80e623d2d81ff77f6b791aa5f92ac7d009cba1b60fcf4b955e897f696d97f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27m-manylinux1_x86_64.whl

Download URL pycryptodomex-3.11.0-cp27-cp27m-manylinux1_x86_64.whl
Size 1.9 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
1580db5878b1d16a233550829f7c189c43005f7aa818f2f95c7dddbd6a7163cc
BLAKE2b-256 checksum
How to use checksums
4980a2dd7a54ee6177818fe64f027e511cc20b5535de7b879a1d1557b7725e1e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27m-manylinux1_i686.whl

Download URL pycryptodomex-3.11.0-cp27-cp27m-manylinux1_i686.whl
Size 2.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
6a76d7821ae43df8a0e814cca32114875916b9fc2158603b364853de37eb9002
BLAKE2b-256 checksum
How to use checksums
d54bb448534fe4f18b8ff34277aaef520755f06ee187a4009dd9a9cf38e13c22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release files / pycryptodomex-3.11.0-cp27-cp27m-macosx_10_9_x86_64.whl

Download URL pycryptodomex-3.11.0-cp27-cp27m-macosx_10_9_x86_64.whl
Size 1.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7abfd84a362e4411f7c5f5758c18cbf377a2a2be64b9232e78544d75640c677e
BLAKE2b-256 checksum
How to use checksums
56c9a7504e40960e0f9fb76728eb02d75c03c38433375cf7cbcd44f5895acbdd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

Release history Release notifications | RSS feed

3.17

33 release files

This release

3.11.0 This release

30 release files

3.9.8

35 release files

3.9.7

30 release files

3.9.4

32 release files

3.9.3

32 release files

3.9.2

32 release files

3.9.0

28 release files

3.8.2

28 release files

3.8.0

28 release files

3.7.3

28 release files

3.7.2

27 release files

3.7.1

28 release files

3.7.0

28 release files

3.6.6

30 release files

3.6.5

30 release files

3.6.4

28 release files

3.6.3

27 release files

3.6.1

27 release files

3.4.8

23 release files

3.4.7

11 release files

3.4.6

11 release files

3.4.5

11 release files

3.4.3

11 release files

3.4.2

9 release files

3.4.1

9 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page