ModuleNotFoundError: nenhum módulo chamado criptografia
pip install pycryptodome
Envious Eel
pip install pycryptodome
>> pip install pycryptodome
from Crypto.Cipher import AES #Works
pip3 uninstall crypto
pip3 uninstall pycrypto
pip3 install pycryptodome
>> pip install pycryptodomex
from Cryptodome.Cipher import AES
pip3 install pycryptodomex
pip uninstall pycrypto