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
- Choose algorithm and encrypt/decrypt mode.
- Set key, nonce, counter, and input/output formats.
- Enter text and process.
- Copy the result.
Notes
- Keep nonce unique under the same key.
- Nonce length must match algorithm requirements.
- For security-critical usage, prefer AEAD schemes.