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