jeroen / openssl

OpenSSL bindings for R
Other
63 stars 20 forks source link

masked password entry at terminal #48

Closed shapenaji closed 7 years ago

shapenaji commented 7 years ago

the package getPass seems to have a good way of handling this, is this something that could integrated into openssl?

jeroen commented 7 years ago

You can set the password callback in options. For example:

options(askpass = getPass::getPass)