I am using Ubuntu20.04. When programming with C/C++ to create CLI applications, I'd like to be able to input something private such as password. In particular, I need my input not showing on the screen when I type the password.
Update:
Not sure why this is closed for not having enough focus. I think I have been as specific as possible:
- Platform: ubuntu 20.04
- Language: C/C++
- What I am doing: to create a CLI application that allows me to input passwords.
- What I want: the input not showing on my screen while I am typing it.