Encrypts or Decrypts a FlowFile using a randomly generated salt
encryption, decryption, password, JCE
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, whether a property supports the NiFi Expression Language, and whether a property is considered "sensitive", meaning that its value will be encrypted. Before entering a value in a sensitive property, ensure that the nifi.properties file has an entry for the property nifi.sensitive.props.key.
| Name | Default Value | Valid Values | Description |
|---|---|---|---|
| Mode | Encrypt |
| Specifies whether the content should be encrypted or decrypted |
| Encryption Algorithm | MD5_256AES |
| The Encryption Algorithm to use |
| Password | The Password to use for encrypting or decrypting the data Sensitive Property: true |
| Name | Description |
|---|---|
| failure | Any FlowFile that cannot be encrypted or decrypted will be routed to failure |
| success | Any FlowFile that is successfully encrypted or decrypted will be routed to success |