Tools

8 all / 82+

Audit

AES Encryptor

Encrypt and decrypt text using the AES algorithm.

What this tool does

Encrypt and decrypt text using the AES algorithm.

Common use cases

  • Enter the text you want to encrypt and a secret key.
  • Click the "Encrypt" button.
  • To decrypt, enter the encrypted text and the same key, then select "Decrypt".

How to use?

1
1

Enter the text you want to encrypt and a secret key.

2
2

Click the "Encrypt" button.

3
3

To decrypt, enter the encrypted text and the same key, then select "Decrypt".

Frequently Asked Questions

How secure is AES?

This tool derives an AES-256-GCM key from your secret with PBKDF2, random salt, and a random IV, so encrypted data also includes integrity protection.