Skip to main content

A lightweight security/cryptography library

Project description

wheezy.security

Build Status Coverage Status Documentation Status pypi version

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:

Install

wheezy.security requires python version 3.8+. It is independent of operating system. You can install it from pypi site:

pip install -U wheezy.security

If you would like take benefit of one of cryptography library that has built-in support specify extra requirements:

pip install wheezy.security[pycrypto]
pip install wheezy.security[pycryptodome]
pip install wheezy.security[pycryptodomex]
pip install wheezy.security[cryptography]

If you run into any issue or have comments, go ahead and add on github.

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