Skip to main content

Chacha20 Decrypt

Component to decrypt data using the ChaCha20 algorithm.

Tags: SECURITY

FieldTypeOptionalDescriptionDefault Value
InputStringNo
OutputStringNo
Magic ConstantStringNoThe magic constant used in the ChaCha20 algorithm.
KeyStringNoThe key used for decryption.
NonceStringNoThe nonce value for decryption.
RoundsInt32NoThe number of rounds for decryption.