Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide password with another flag for questionary.password #321

Open
Crissal1995 opened this issue Sep 14, 2023 · 0 comments
Open

Hide password with another flag for questionary.password #321

Crissal1995 opened this issue Sep 14, 2023 · 0 comments
Labels
Enhancement New feature or request

Comments

@Crissal1995
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant