AES decrytion API won't accept str argument

前端 未结 0 1758
谎友^
谎友^ 2020-12-31 03:44

These are the decryption functions.

def decrypt(info,key):
    msg=info
    PAD="%"
    decipher=AES.new(new_pwd,AES.MODE_ECB)
    pt=decipher.decry         


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题