Idea ID: 2876157

Better password protection for web/http C scripts LRE

Ludwig Ludwig
Status : Waiting for Votes

I know there are some features for DevWeb but the C variant is still our main way of scripting and there are no good way to protect the passwords in the current implementation. Any 1 with read access to the scripts can easily extract the passwords.

1 way of fixing this is letting the use of input parameters when using the API or GUI, that will then be used during runtime and no password is ever stored in the script it self.