module 'Crypto.Cipher.AES' has no attribute 'MODE_GCM'
konstantia86 opened this issue · 1 comments
konstantia86 commented
Ιt seems that the specific mode is not supported by the most recent Python libraries (tried with Ubuntu 18.04 - Python v. 3.6.9). If 'MODE_CBC', 'MODE_CFB', 'MODE_CTR', 'MODE_ECB', 'MODE_OFB', 'MODE_OPENPGP', 'MODE_PGP' are used alternatively, Andriller runs, but I am not aware of the decrypting efficiency yet.
den4uk commented
Andriller uses pycryptodome
library for crypto operations, it is a part of Andriller's requirements. Make sure you install it as stated in description.