Hello, I have a flow file that is created from a Ruby template file (flow.xml.erb). The template contains variables that the user can set that then get populated when NiFi is set up. I have an EncryptContent processor and would like to create a template variable for the Password property. Ideally, the user would say "password = some_password" and the template variable would evaluate to the hash value stored in the actual flow file.
Is there a way that I can calculate the hash value given a plain text password? I've looked around and haven't found too much. The NiFi Administration Guide has an Encryption Configuration section that doesn't quite answer my question. Thanks, Brett Hite [email protected]<mailto:[email protected]>
