Online AES decryption

You can online decrypt your encrypted files here.
Set the key, upload your file and your decrypted file is downloaded.

This is secure to use, as NO information is stored server side. No keys, no files, nothing.

Enter the AES Key as 32 digit hex encoded

Select encrypted file to upload

When enabled this allows truncated (corrupt) files

When enabled this checks if the output is text. Select this only if your expected output is ascii/utf-8

Decryption details

This handles 128 BIT AES encrypted files with PKCS7 padding.

Note that you can also use openssl (command line tooling) instead of this website. The following command should be equivalent to this webpage:
openssl enc -aes-128-cbc -d -K <key> -iv 0 -in <file>