Forum Discussion
irina_lukina
14 years agoSuper Contributor
Hi Oliver,
As far as I understand, the problem is that the code contains your password as a plain text. If it is so, I recommend that you store your password (or any other secret information) to an encrypted data storage and then connect to this storage from script and use the retrieved information in your code.
For this purpose, try using the script provided in the following How To entry:
Working with encrypted data storage