Skip to main content
What it is:
AES decryption reverses ciphertext back into plaintext using the same key.
Security implication:
If the key is lost, data is effectively unrecoverable. If the key is stolen, encryption provides no protection.
Try it (demo):
  1. Paste the ciphertext from AES encryption
  2. Paste the exact same key
  3. Decrypt to restore the original plaintext
  4. Change one character of the key and try again (it should fail or produce garbage)
Link: https://diveshfx.github.io/online-tools/aes/decrypt/ or http://tiny.cc/aesdecryption