Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesThe standard Input tool has Password Encryption features as
Hide (Default)
Encrypt for User
Encrypt for Machine
However the Salesforce Input Tool v4.1 does not have similar user selectable password encryption features. As a result, while the tool runs on the desktop, it fails while pushing to the server since it was not encrypted on the server.
The main.py file line 71 has this command
self.password = self.alteryx_engine.decrypt_password(self.password)
From what I understand this can be enhanced to below
self.password = self.alteryx_engine.decrypt_password(self.password, option)
Option values:
0: Decrypt.
2: Machine encryption
3: User encryption
Similar logic can also be applied during encryption
This would make the Salesforce Input tool inline with the Password encryption features available in the Input tool
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.