Skip to main content

Chacha20 Encrypt

Provide high-performance stream encryption using the ChaCha20 cipher algorithm. Encrypt packet payloads using a 256-bit key, nonce, and configurable number of rounds. Essential for protecting data confidentiality in transit while maintaining high throughput in the pipeline.

Tags: SECURITY

FieldTypeLabelDescriptionDefault Value
InputString
OutputString
Magic ConstantStringThe magic constant used in the ChaCha20 algorithm.
KeyStringThe key used for encryption.
NonceStringThe nonce value for encryption.
RoundsInt32The number of rounds for encryption.