安装依赖pip3 install pycryptodomefrom Crypto.Cipher import AESfrom base64 import b64decode, b64encodefrom config import confBLOCK_SIZE = AES.block_sizecla...
class SignatureAndVerification(object): """MD5签名和验签""" @classmethod def data_processing(cls,data): "...