HydrologicEngineeringCenter / ExcelToCWMS

1 stars 2 forks source link

Mask the password entry with **** #3

Closed ktarbet closed 3 years ago

ktarbet commented 3 years ago

Mask the password entry with ****.
move username from config file, to be manual entry possibly cache username in local user area.

ktarbet commented 3 years ago

https://stackoverflow.com/questions/3404421/password-masking-console-application

Tich1212 commented 3 years ago

Addressed with Pull Request #12 How: Created a new method GetHiddenPassword(displayMessage )that uses Console.ReadKey() and a series of if statements to swap chars with * in the console and keep track of the resulting password entered.