Search Results

1
vote

Hiding a password in a (python) script

How about importing the username and password from a file external to the script? That way even if someone got hold of the script, they wouldn't automatically get the password. …