is it possible to do an invisible input like the password prompt under linux when entering the password?
I mean, when I use scanf that the chars just don't show up? Or at least are empty spaces? So that the user doesn't see what he types.
I've googled it but I didn't found any question or approach that went into this direction. Maybe someone can at least tell me if it's even possible with c or maybe also give me a hint how.
Regards