Chacha20 Decrypt
Provide high-performance stream decryption using the ChaCha20 cipher algorithm. Serve as the counterpart to ChaCha20 encryption, restoring original plaintext from encrypted data streams. Must be paired with ChaCha20Encrypt component for end-to-end data protection 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 decryption. | ||
| Nonce | String | The nonce value for decryption. | ||
| Rounds | Int32 | The number of rounds for decryption. |