Can someone help me with this problem: I am encrypting a JSON in NiFi with AES_GCM algorithm and using a KDF PBKDF2. The idea is to decrypt this JSON with a python script using PyCryptodome. The following code is an attempt to see if the NiFi encrypted message can be decrypted: I understand that in NiFi with NIFI_PBKDF2_AES_GCM_128 encryption the
Tag: apache-nifi
How to know whether a nifi process group has completed the data transfer using nipyapi?
I have to know the status of data transfer job(flow inside a Process Group) whether it is completed, failed or is it running. I want to do this using nipyapi for a web application. I have a process group in NiFi, inside which I have the NiFi flow. I am scheduling the process group using nipyapi: Now I want to