.Net Core application console how to hide password
I was working on a Command-line Interface (CLI) made with .Net Core. And I ask myself how I can hide a password when the user is typing it? Like it’s the case with Linux’s Terminal. But, in fact, It’s pretty …
.Net Core application console how to hide password Read more »