andrewsc Posted September 4, 2004 Posted September 4, 2004 Hi, I developed a console application, using WriteLine() and readLine(). At some stage, I invite the user to enter a password. This works fine, but ... As the user types the password into the command-line window, the characters nare being echoed on the screen. This makes the application insecure, since the password can be seen by anyone watching over the shoulders of the user. Is there any way to turn off the echo as characters are being types into the command line ? Quote
Administrators PlausiblyDamp Posted September 4, 2004 Administrators Posted September 4, 2004 clicky should do the trick Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.