DecryptContentAge 2025.10.9.21

Bundle

org.apache.nifi | nifi-cipher-nar

Description

Decrypt content using the age-encryption.org/v1 specification. Detects binary or ASCII armored content encoding using the initial file header bytes. The age standard uses ChaCha20-Poly1305 for authenticated encryption of the payload. The age-keygen command supports generating X25519 key pairs for encryption and decryption operations.

Tags

ChaCha20-Poly1305, X25519, age, age-encryption.org, encryption

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Private Key IdentitiesOne or more X25519 Private Key Identities, separated with newlines, encoded according to the age specification, starting with AGE-SECRET-KEY-1
Private Key Identity ResourcesOne or more files or URLs containing X25519 Private Key Identities, separated with newlines, encoded according to the age specification, starting with AGE-SECRET-KEY-1
Private Key SourceSource of information determines the loading strategy for X25519 Private Key Identities

Relationships

NameDescription
failureDecryption Failed
successDecryption Completed

See also