Hi, I have a simple task that is not so obvious when trying to get things done. I have to encrypt flowfiles with SHA256_256AES before puting in on S3 bucket and later decrypt it with Snowflake.
When using SHA256_256AES I need to provide password and optionally Raw Key (hexadecimal) and Snowflake requires 128,192 or 256 bits key.
My question is: is NiFi generating key itself when none is provided? Or do I have to generate key myself somehow? Below I attach processor configuration.


The key specified in query is exemplary to show accepted length.