Top "Getpass" questions

Use for questions concerning the Python stdlib module which provides secure and portable password input

Trouble with masking password input in Python

I am using Python. I am making a script where the user has to enter the password in the terminal. …

python passwords getpass
How to suppress the display of passwords?

I need to hide password when user run script in console (like this: mysql -p). For input parameters I use …

python getpass
Python Telnet script

Thanks to Python Library i was able to use their example to telnet to Cisco switches, I am using this …

python python-2.7 automation cisco-ios getpass