from cryptography.fernet import Fernet def encrdecr(keyval, textencr, textdecr):. l1=[] f=Fernet(keyval) l1.append(f.encrypt(textencr))
確定! 回上一頁