I have made a program to take password from the user and chek if its right or not.
There's no problem with it. The only problem i face is to mask the input
I know of getpass() but it limits the string to 8 characters only
does anyone of you know how to increase the size of getpass() or a better C++ function to help me mask(or not echoing to screen) the input of user..
Thanks in advance
There's no problem with it. The only problem i face is to mask the input
I know of getpass() but it limits the string to 8 characters only
does anyone of you know how to increase the size of getpass() or a better C++ function to help me mask(or not echoing to screen) the input of user..
Thanks in advance
Comment