### 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_