den4uk/andriller

module 'Crypto.Cipher.AES' has no attribute 'MODE_GCM'

konstantia86 opened this issue · 1 comments

Ι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.

Andriller uses pycryptodome library for crypto operations, it is a part of Andriller's requirements. Make sure you install it as stated in description.