Python Crypto AES encryption/decryption 工作误区

Python Crypto AES encryption/decryption work misunderstanding

请解释一下这是怎么回事。

如您所见:

plain != decrypt(encrypt(plain))

不要重复使用密码实例,并确保每次使用一个密码实例进行解密时 IV 都是正确的。