Is there a way to protect user input by repeating asterisks?
Or I need to look at a different approach and use something other than input ().
It seems inaccurate for the user to enter their credentials without any elementary protection or consideration.
When using getpass, I cannot authenticate with gmail.
Are there other considerations or some “unpacking” that needs to be done with pass = getpass.getpass (“enter password”)?
source
share