akornatskyy/wheezy.security
GitHub: akornatskyy/wheezy.security
一个纯 Python 编写的轻量级密码学库,提供对多种主流加密后端的统一集成接口。
Stars: 0 | Forks: 1
# wheezy.security
[](https://github.com/akornatskyy/wheezy.security/actions/workflows/tests.yml)
[](https://coveralls.io/github/akornatskyy/wheezy.security?branch=master)
[](https://wheezysecurity.readthedocs.io/en/latest/?badge=latest)
[](https://badge.fury.io/py/wheezy.security)
[wheezy.security](https://pypi.org/project/wheezy.security/) 是一个
[python](https://www.python.org) 包,使用纯 Python 代码编写。它
是一个轻量级的安全库,提供与以下库的集成:
- [cryptography](https://pypi.org/project/cryptography/) - cryptography
是一个为
Python 开发者提供加密方案和基本组件的
包。
- [pycryptodome](https://www.pycryptodome.org) - PyCryptodome
是 PyCrypto 的一个分支。它带来了多项增强功能。
- [pycryptodomex](https://www.pycryptodome.org) - PyCryptodomex
是一个独立于 PyCrypto 的
库。
它针对性能进行了优化,经过了充分的测试并提供了完善的文档。
资源:
- [源代码](https://github.com/akornatskyy/wheezy.security)
和 [issues](https://github.com/akornatskyy/wheezy.security/issues)
跟踪系统可在
[github](https://github.com/akornatskyy/wheezy.security) 上获取
- [文档](https://wheezysecurity.readthedocs.io/en/latest/)
## 安装
[wheezy.security](https://pypi.org/project/wheezy.security/) 需要
[python](https://www.python.org) 版本 3.10+。它与操作系统无关。你可以从
[pypi](https://pypi.org/project/wheezy.security/) 网站安装它:
```
pip install -U wheezy.security
```
如果你想利用具有内置支持的加密库的优势,
请指定额外需求:
```
pip install wheezy.security[cryptography]
pip install wheezy.security[pycryptodome]
pip install wheezy.security[pycryptodomex]
```
如果你遇到任何问题或有任何意见,请直接在
[github](https://github.com/akornatskyy/wheezy.security) 上提 issue。
标签:Python, 加密库, 安全组件, 密码学, 开发库, 手动系统调用, 无后门, 逆向工具