I have an encrypted credentials file (flows_cred.json) which I would like to convert into an unencrypted credential files.
I know the credential password.
So is there a way I can do that ?
Rationale:
Instead of working with password/keys in my (encrypted) credential files, I am planning to use environment variables. So there is no longer a need to encrypt them.