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 ... May 25, 2022 0 Comments