How to pass command line arguments to putty without making them visible in powershell / cmd?
When a process runs in Windows, if you pass command line arguments to it, they are visible if the process is running, making the passing of plain-text sensitive data using this method a really bad idea.
How does one prevent … Continue reading How to pass command line arguments to putty without making them visible in powershell / cmd?