Hi, I need to create a report on every IP address and schema our Alteryx Gallery connects to for compliance purposes. I am trying to do this by parsing the connection strings of stored data connections. However, the ConnectionString field in the dataConnections collection in the MongoDB looks to be a hex string, but running it through a hex to text converter results in garbage.
I don't know why this field is encrypted, I can see everything in it unencrypted from the UI if I edit a stored data connection.
Does anyone know how to unencrypt these ConnectionString fields?