S
SnapUtilsPro
Security

AES Encryption

Derive an AES-GCM key from your passphrase (PBKDF2), encrypt with a random IV, and decrypt the base64 payload โ€” secrets never leave your device.

Runs entirely in your browser. Your data never leaves this device.

  • AES-256-GCM
  • PBKDF2 key derive
  • Random IV
  • Base64 payload
  • Local Web Crypto
Workspace
Client-side ยท No upload

How it works

  1. Adjust the controls or paste your input.
  2. Preview results instantly in the browser.
  3. Copy or download the output โ€” nothing is uploaded.

Key features

  • AES-256-GCM
  • PBKDF2 key derive
  • Random IV
  • Base64 payload
  • Local Web Crypto

FAQ

Is this private?

Yes โ€” processing runs in your browser; we do not upload your inputs.

Do I need an account?

No โ€” free to use without signup.

Does it work offline?

After the page loads, most tools work without further network calls.

Mobile friendly?

Yes โ€” layouts adapt to smaller screens.

Which AES mode?

AES-GCM with a random IV prefixed to the ciphertext (base64). Use a strong passphrase; this is for local demos, not a full password manager.

Related developer tools