Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkqiang/crypto-utils
Python RSA / AES 加解密工具类
https://github.com/zkqiang/crypto-utils
aes cipher crypter crypto pycrypto python rsa utils
Last synced: about 1 month ago
JSON representation
Python RSA / AES 加解密工具类
- Host: GitHub
- URL: https://github.com/zkqiang/crypto-utils
- Owner: zkqiang
- Created: 2019-07-02T06:30:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T08:42:59.000Z (about 3 years ago)
- Last Synced: 2023-03-04T14:17:49.951Z (over 1 year ago)
- Topics: aes, cipher, crypter, crypto, pycrypto, python, rsa, utils
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSA / AES 加解密工具类
#### 依赖
Python >= 3.0
pycryptodome >= 3.8.2#### 文件结构
`aes_crypto.py` AES 工具类,填充支持 NoPadding / PKCS5Padding
`rsa_crypto.py` RSA 工具类,填充支持 PKCS1Padding