So when we are using Alteryx Analytics App in a Alteryx server environment, in this case the consumer aka the viewer is entering some inputs through a browser based application. These inputs travel through the network and then these inputs are parsed to the specific tool of the Alteryx Workflow allowing the workflow to execute the task.
In the above mentioned transaction:
1. Do inputs travel through the network in plain text?
2. When the inputs reach the Alteryx Server machine are they SAVED anywhere in plain text or do they just remain in the memory?
3. In the case of ODBC connections are the passwords saved in encrypted form such that the windows machine engineers are not able to get access to the credentials?