loongson/pypi/: pycryptodome-3.3.1 metadata and description

Homepage Simple index Newer version available

Cryptographic library for Python

author Legrandin
author_email helderijs@gmail.com
classifiers
  • Development Status :: 4 - Beta
  • License :: OSI Approved :: BSD License
  • License :: Public Domain
  • Intended Audience :: Developers
  • Operating System :: Unix
  • Operating System :: Microsoft :: Windows
  • Operating System :: MacOS :: MacOS X
  • Topic :: Security :: Cryptography
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.4
  • Programming Language :: Python :: 2.5
  • Programming Language :: Python :: 2.6
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
platform
  • Posix; MacOS X; Windows

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
pycryptodome-3.3.1-cp27-cp27mu-linux_loongarch64.whl
Size
3 MB
Type
Python Wheel
Python
2.7
pycryptodome-3.3.1-cp36-cp36m-linux_loongarch64.whl
Size
3 MB
Type
Python Wheel
Python
3.6
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2022-08-26 02:53:23
pycryptodome-3.3.1-cp37-cp37m-linux_loongarch64.whl
Size
3 MB
Type
Python Wheel
Python
3.7
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2022-07-20 08:26:10
pycryptodome-3.3.1-cp38-cp38-linux_loongarch64.whl
Size
3 MB
Type
Python Wheel
Python
3.8
  • Replaced 2 time(s)
  • Uploaded to loongson/pypi by loongson 2022-08-26 06:16:51
pycryptodome-3.3.1-cp39-cp39-linux_loongarch64.whl
Size
3 MB
Type
Python Wheel
Python
3.9
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2022-08-26 07:25:46
pycryptodome-3.3.1.tar.gz
Size
3 MB
Type
Source
  • Replaced 3 time(s)
  • Uploaded to loongson/pypi by loongson 2022-08-26 07:25:49
https://travis-ci.org/Legrandin/pycryptodome.svg?branch=master https://ci.appveyor.com/api/projects/status/mbxyqdodw9ylfib9/branch/master?svg=true

PyCryptodome

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

It supports Python 2.4 or newer, all Python 3 versions and PyPy.

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

  • Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
  • Accelerated AES on Intel platforms via AES-NI
  • First class support for PyPy
  • SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms
  • Salsa20 and ChaCha20 stream ciphers
  • scrypt and HKDF
  • Deterministic 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

For more information, see the homepage.