|
|
|
|
|
by TeddyBear060
2974 days ago
|
|
Great work! Thanks for sharing. When I ask users to input some secret strings like passwords, tokens, etc..., I use getpass (https://docs.python.org/2/library/getpass.html). It's available for both Pyhton 2 and 3. By this way, if a bad person look at the terminal history he won't find clear text credentials passed as scripts arguments :) |
|