MV Tools
Sign in

Security tool

AES Encrypt and Decrypt Online

Encrypt or decrypt text with AES-GCM or AES-CBC using PBKDF2, IV, salt, tag length, and Base64 or JSON output.

0 characters

AES Encrypt and Decrypt Online

Encrypt or decrypt text with AES-GCM or AES-CBC using PBKDF2, IV, salt, GCM tag settings, and Base64 or JSON payloads.

What This Tool Does

The backend performs AES operations with the selected mode, key length, PBKDF2 iterations, IV length, salt length, and output format. It is useful for testing AES parameters and payload formats.

Common Use Cases

  • Testing AES-GCM or AES-CBC encryption parameters
  • Encrypting short text snippets with password-derived keys for development checks
  • Decrypting Base64 or JSON payloads generated by this AES tool

How Data Is Handled

Encryption and decryption run on the backend, but plaintext, passwords, keys, and payloads are processed for the current request only and are not stored or written to logs.

FAQ

Which AES mode should I use?

AES-GCM is generally recommended for authenticated encryption when compatible with your workflow.

Does MV Tools store my password?

No. Passwords are used for the current operation only and are not stored.

Can I decrypt data from other tools?

Only if the payload format, password derivation settings, IV, salt, tag, and AES mode match what this tool expects.