I designed a program in C that I would like to use passwords for, but I can't seem to make a function for masking the passwords. I figure that it has something to do with kbhit(); in <conio.h>, but I can't figure out how to properly use that function in this case. Anybody have an answer to this problem?