I am currently writing a C program in the UNIX environment that asks the user to enter a password. I am looking for a way to have their input not be displayed on the screen while they are typing. I noticed here at work when logging onto a server via an Xterm when asked for my password -- nothing happens on the screen. Does anyone know how to do this or other easy ways to hide the password from being displayed. Thanks so much.