pass phrase prompting when using ConfigFileAuthenticationDetailsProvider
roeycohen opened this issue · 3 comments
roeycohen commented
Hi.
When using ConfigFileAuthenticationDetailsProvider, is it possible to pass the passphrase from the user's input?
from the code it seems the passphrase should be set in the config file...
but that would be less secure comparing to the user is typing it in the prompt when possible.
Thanks!
jyotisaini commented
Hi @roeycohen I don't think there is a prompt to ask passphrase while running the program.
roeycohen commented
hi @jyotisaini indeed there isn't.
But I'd like to type the passphrase myself and pass it to the ConfigFileAuthenticationDetailsProvider...