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 | 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 decryption. | |
Nonce | String | No | The nonce value for decryption. | |
Rounds | Int32 | No | The number of rounds for decryption. |