安装依赖 pip install cryptography 实现方法 from cryptography.fernet import Fernetclass SymmetricEncryption(object):'''对称加密算法'''def __init__(self, secret_key=None