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

FieldTypeLabelDescriptionDefault Value
InputString
OutputString
Magic ConstantStringThe magic constant used in the ChaCha20 algorithm.
KeyStringThe key used for decryption.
NonceStringThe nonce value for decryption.
RoundsInt32The number of rounds for decryption.