How to invoke non-echoing password prompt in cmd.exe|bash from nodejs application?
Use case :
$ npm install nodejsApplication -g
$ nodejsApplication arg1 arg2
Type your password:
***********
After user types password then nodejs app should be able to use it further.
nodeJsApplication will only modify password typerd by user. For instance it will generate SHA1 hash of user's password...