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
| Field | Type | Label | Description | Default Value |
|---|---|---|---|---|
| Input | String | |||
| Output | String | |||
| Magic Constant | String | The magic constant used in the ChaCha20 algorithm. | ||
| Key | String | The key used for encryption. | ||
| Nonce | String | The nonce value for encryption. | ||
| Rounds | Int32 | The number of rounds for encryption. |