DecryptContentAge 2.3.0¶
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.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Private Key Identities |
One or more X25519 Private Key Identities, separated with newlines, encoded according to the age specification, starting with AGE-SECRET-KEY-1 |
Private Key Identity Resources |
One 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 Source |
Source of information determines the loading strategy for X25519 Private Key Identities |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
Decryption Failed |
success |
Decryption Completed |