Home / AES Encryption & Decryption Tool

AES Encryption & Decryption

Encrypt and decrypt text using the Advanced Encryption Standard (AES) algorithm. Supports various key sizes and modes of operation.

Leave empty to generate a random IV

Result

Enter text, provide a key, and click "Encrypt Text" or "Decrypt Text" to see results here

About AES Encryption

AES (Advanced Encryption Standard) is a symmetric encryption algorithm widely used for securing sensitive data. It was established by the U.S. National Institute of Standards and Technology (NIST) in 2001.

AES Key Sizes

AES supports three key sizes:

Important Security Notes

How to Use This Tool

  1. Choose operation type (Encrypt or Decrypt)
  2. Enter text to process
  3. Provide a secret key with appropriate length for your chosen key size
  4. Select AES mode (CBC recommended for most cases)
  5. For encryption: either provide an IV or let the tool generate one
  6. For decryption: use the same key, mode, and IV that were used for encryption
  7. Click the process button to see results

Related Tools