Encrypted = hash('amin')
如何解码加密的?
Import hashlib Encrypted = hashlib.sha256("1234").hexadigest() #Decrypted = I don't know