Skip to main content

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

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.