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

FieldTypeOptionalDescriptionDefault Value
InputStringNo
OutputStringNo
Magic ConstantStringNoThe magic constant used in the ChaCha20 algorithm.
KeyStringNoThe key used for encryption.
NonceStringNoThe nonce value for encryption.
RoundsInt32NoThe number of rounds for encryption.