MV Tools

Text tool

AES Encrypt / Decrypt

Encrypt and decrypt text with AES using the Java backend. Nothing is stored by the service.

AES Encrypt and Decrypt Online

Encrypt or decrypt text with AES-GCM or AES-CBC using adjustable parameters.

What This Tool Does

The backend performs AES operations with the selected algorithm, key length, PBKDF2 settings, IV, salt, and tag options.

Common Use Cases

  • Testing AES-GCM or AES-CBC parameters
  • Encrypting short text snippets with a password
  • Decrypting payloads generated by this AES tool

How Data Is Handled

Encryption and decryption run on the backend, but plaintext, passwords, keys, and payloads 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 and cryptographic parameters match what this tool expects.