Introduction
Sometimes you need to ask for a password or secret without showing it on the screen. Silent input hides what you type.
When asking a user to enter a password in a script.
When collecting sensitive information like PINs or secret keys.
When you want to keep input private on shared or public computers.