Skip to main content

Chacha20 Encrypt

Component to encrypt data using the ChaCha20 algorithm.

Tags: SECURITY

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