wheezy.security

Introduction

wheezy.security is a python package written in pure Python code. It is a lightweight security library that provides integration with:

  • pycrypto - The Python Cryptography Toolkit.
  • pycryptodome - PyCryptodome is a fork of PyCrypto. It brings several enhancements.
  • pycryptodomex - PyCryptodomex is a library independent of the PyCrypto.
  • cryptography - cryptography is a package which provides cryptographic recipes and primitives to Python developers.

It is optimized for performance, well tested and documented.

Resources: