AES decrytion API won't accept str argument

前端 未结 0 1757
谎友^
谎友^ 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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题