What i want to do also is for a user to be able to provide different credentials for different nodes (that are saved in flow_cred.json file). So that the program can encrypt the plaintext credentials to the cred file.
Tried looking what dependency node-red uses for this from GitHub repository, but without luck!
Hi Nick I am trying to reverse engineer this logic in python. Would there be a way where I can somehow test the decryption logic of a resultant flows_cred.json file i.e. create flows_cred.json file, mount it into a directory (via docker volumes) and see the logs of nodered whether the decryption of the file was successful or not?