EncryptContentAge 2.3.0¶

BUNDLE¶

org.apache.nifi | nifi-cipher-nar

DESCRIPTION¶

Encrypt content using the age-encryption.org/v1 specification. Supports binary or ASCII armored content encoding using configurable properties. 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¶

Property

Description

File Encoding

Output encoding for encrypted files. Binary encoding provides optimal processing performance.

Public Key Recipient Resources

One or more files or URLs containing X25519 Public Key Recipients, separated with newlines, encoded according to the age specification, starting with age1

Public Key Recipients

One or more X25519 Public Key Recipients, separated with newlines, encoded according to the age specification, starting with age1

Public Key Source

Source of information determines the loading strategy for X25519 Public Key Recipients

RELATIONSHIPS¶

NAME

DESCRIPTION

failure

Encryption Failed

success

Encryption Completed

SEE ALSO¶