Chacha20 Encrypt
Component to encrypt 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 encryption. | |
Nonce | String | No | The nonce value for encryption. | |
Rounds | Int32 | No | The number of rounds for encryption. |