Scripts python for Encrypt messages or confidential information with the AES Cipher Metode.
Remember, this is a symmetric encryption method which uses the same key to encrypt and decrypt.
Is necesary install PyCryptodome Example: pip install pycryptodome