mirror of
https://github.com/daiyanan1992/qinglongtest
synced 2025-12-20 08:44:48 +08:00
更新rsa 支持分段加密
This commit is contained in:
@@ -18,7 +18,7 @@ pycryptdemo限制 同一个aes加密对象不能即加密又解密 所以当加
|
||||
try:
|
||||
from Crypto.Cipher import AES, DES, DES3
|
||||
except:
|
||||
print("检测到还未安装 pycryptdemo 请按照md的方法安装")
|
||||
print("检测到还未安装 pycryptdome 请按照md的方法安装")
|
||||
exit(0)
|
||||
from binascii import b2a_hex, a2b_hex
|
||||
from base64 import b64encode, b64decode
|
||||
|
||||
Reference in New Issue
Block a user