Text Encryption Tool

Simple text encryption and decryption using Web Crypto API AES-GCM with PBKDF2 key derivation

How It Works

  • Uses AES-256-GCM encryption (industry standard)
  • Password is derived using PBKDF2 with 100,000 iterations
  • Random salt and IV generated for each encryption
  • All processing happens in your browser - nothing is sent to any server
  • Output is Base64 encoded for easy sharing

More Security Tools tools at toool.cc