How to read password from command-line without echoing it back to the user?
Your command-line application needs to authenticate the user and for security reasons, you don?t want to display the password on the console. Java API did not have support for this
