Password masking console application
I tried the following code… string pass = “”; Console.Write(“Enter your password: “); ConsoleKeyInfo key; do { key = Console.ReadKey(true); // Backspace Should … Read more
I tried the following code… string pass = “”; Console.Write(“Enter your password: “); ConsoleKeyInfo key; do { key = Console.ReadKey(true); // Backspace Should … Read more