I’m trying to use the Crypto module in Python. I downloaded the Windows installer that was referenced here on StackOverflow (an msi) and the installation went fine. However, when the interpreter hits the ‘from Crypto.Cipher import AES’ line in my code, it fails saying there is no such module.
I’ve also done a help(‘modules’) and it doesn’t seem to be listed here either. Can anyone tell me what I might have done wrong or how I might get this actually working. All I’m trying to to is encrypt a file!
Works for me:
Some steps to try: