Hide password with another flag for questionary.password
#321
Labels
Enhancement
New feature or request
questionary.password
#321
Describe the problem
Right now,
questionary.password().ask()
will replace every typed character with an asterisk.Would be nice if the output could be completely removed, in order to ensure password length is not leaked when looking at the screen/logs of the user.
Describe the solution
The solution should be that no character is displayed when typing a password, similar to how
getpass
reads the password from the prompt.Alternatives considered
No response
The text was updated successfully, but these errors were encountered: