摘要: import base64import hashlibfrom Crypto.Cipher import AES as _AESclass AES: def __init__(self, key: str): """Init aes object used by encrypt or decrypt 阅读全文
posted @ 2020-09-04 11:20 ilovetesting 阅读(1324) 评论(0) 推荐(0) 编辑