Hide password input on terminal

In the Linux world, masking isn’t usually done with asterisks, normally echoing is just turned off and the terminal displays blanks E.g. if you use su or log into a virtual terminal etc. There is a library function to handle getting passwords, it won’t mask the password with asterisks but will disable echoing of the … Read more