Link to home
Start Free TrialLog in
Avatar of urif
urif

asked on

libc function?

Hi everyone, i'm writing an application and at some point the program asks the user for a password. Now, i'd like to do this the same way that, say, GPG does: i type the password but the text doesn't show in the screen.

also i don't want (if possible) to use ncurses.

someone told me that there is a function for unechoed input in libc, any ideas?

thanks, any help will be really appreciated

uri
ASKER CERTIFIED SOLUTION
Avatar of websolution
websolution

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of urif
urif

ASKER

thx!