Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 nodejs 应用程序调用 cmd.exe|bash 中的非回显密码提示?
用例:
$ npm install nodejsApplication -g $ nodejsApplication arg1 arg2 Type your password: ***********
用户输入密码后,nodejs 应用程序应该能够进一步使用它。
nodeJsApplication 只会按用户修改密码 typerd。例如,它将生成用户密码的 SHA1 哈希...