ToolboxHub

🔐Text Encryption/Decryption

Encrypt and decrypt text using AES encryption.

About

  • Uses AES-256-GCM encryption via the Web Crypto API
  • Password is derived using PBKDF2 with 100,000 iterations
  • Each encryption uses a unique random salt and IV
  • All processing happens in your browser - nothing is sent to any server

Related Crypto & Security