There are multiple connectors that require authentication either bij username-password or apikey. Since these are sensitive data I want these to be encrypted.
These values can also change between deployments, as production connections are different than in development.
Questions:
What are the options to encrypt these data and are the advantages/disadvantages of these methods?
What is preferred method with Thinkwise?