HomeSalsa20 Online Encryption/Decryption

Salsa20 Online Encryption/Decryption

High-speed stream cipher encryption/decryption tool supporting Salsa20, Salsa20/12, Salsa20/8 and XSalsa20 variants

Salsa20: 256-bit stream cipher, 64-bit nonce, 20 rounds. Fast and secure encryption for most applications.

Initial block counter value (usually 0 for encryption, use same value for decryption)

Format Options


Documentation

This tool performs local stream-cipher encryption/decryption with Salsa20 and XSalsa20 variants, including round options and multiple encoding formats.

Key Features

  • Salsa20/20, Salsa20/12, Salsa20/8, and XSalsa20 support
  • Text input with multiple encoding formats
  • Configurable key, nonce, and counter parameters
  • Local processing with copyable output

Steps

  1. Choose algorithm and encrypt/decrypt mode.
  2. Set key, nonce, counter, and input/output formats.
  3. Enter text and process.
  4. Copy the result.

Notes

  • Keep nonce unique under the same key.
  • Nonce length must match algorithm requirements.
  • For security-critical usage, prefer AEAD schemes.