b2KIT

Text Encryption / Decryption

Encrypt and decrypt text using AES-256, RSA, or other ciphers with password-based key derivation.

Uses AES-256-GCM encryption with PBKDF2 key derivation (100,000 iterations, SHA-256). All processing happens locally in your browser using the Web Crypto API. No data is sent to any server. The output format includes salt and IV for self-contained decryption.

How to Use Text Encryption / Decryption

  1. 1

    Enter your text

    Type the message you want to encrypt or decrypt.

  2. 2

    Set a password

    Enter a secret key to use for the encryption.

  3. 3

    Encrypt or decrypt

    Click encrypt to protect or decrypt to reveal the message.

  4. 4

    Copy the result

    Click copy to grab the encrypted or decrypted output.

Related Tools