AES Text Encryptor

Encrypt and decrypt text with AES-256-GCM and PBKDF2 key derivation. 100% browser-side using the Web Crypto API.

Overview

The AES Text Encryptor provides AES-256-GCM encryption and decryption for text directly in your browser. Uses PBKDF2 with SHA-256 for key derivation from a password. The encrypted output includes the salt, IV, and authentication tag. Perfect for quick text encryption without needing to encrypt entire files.

Features

  • AES-256-GCM encryption
  • AES-256-GCM decryption
  • PBKDF2 key derivation with SHA-256
  • Password-based encryption
  • 100,000 PBKDF2 iterations
  • Browser-side Web Crypto API

Use Cases

  • Encrypt sensitive text messages
  • Test AES encryption during development
  • Learn how AES-GCM works
  • Encrypt API keys for storage
  • Decrypt AES-encrypted text
  • Verify AES encryption implementations

Privacy & Security

All AES Text Encryptor operations are performed entirely in your browser. Your data never leaves your device and is never transmitted to any server. We implement zero-knowledge architecture to ensure maximum privacy and security.