Chacha20 Decrypt
Component to decrypt data using the ChaCha20 algorithm.
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. |