A lightweight security/cryptography library
Project description
wheezy.security
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:
- source code, and issues tracker are available on github
- documentation
Install
wheezy.security requires python version 3.6+. 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.
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
wheezy.security-3.0.1.tar.gz
(8.8 kB
view details)
File details
Details for the file wheezy.security-3.0.1.tar.gz
.
File metadata
- Download URL: wheezy.security-3.0.1.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7738f6d658a53fe0064557ed0403c4ded03b2631c4ec5220e44c2a1d1112a85 |
|
MD5 | 80aed405957452f0a51537ff7484319f |
|
BLAKE2b-256 | 7303e0cc0a41ba6a33bc9f82173fde309081093364d2ee948f8e0a978fbaea6b |