Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 加解密工具类

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