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 2.4 to 2.7 or 3.2+. 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-2.0.0.tar.gz
(9.0 kB
view details)
File details
Details for the file wheezy.security-2.0.0.tar.gz
.
File metadata
- Download URL: wheezy.security-2.0.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ad1e582297b1c3162ef65605c6e15c68522199392110a2e93ac18ad581ba1ea |
|
MD5 | 01c293697a42670cbd4a5d9970f2a3ee |
|
BLAKE2b-256 | 21bf5e7d30a4e2bf76f10c96e0c6adf2c070b6202d467e80d8176fdd5f623e54 |