-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Private passphrase showing digits on terminal #67
Comments
I was pretty sure I documented this somewhere, but seems that I didn't. This follows the same pattern as for unlocking the wallet for CLI users, so you need to use the But anyway, I'll see to more explicitly call that out and bring in echo off. |
Yes, I followed the oficial client CLI docs. And it didn't mention the Ty |
Found the docs with instructions on manual configuration docs. Didn't access this link on my first configuration. Should it be on another page as well? |
I wrote a bash script which will read from stdin for your password without revealing it in the terminal. The script is available here. The script will also automatically retry buying tickets if previous attempt failed. |
The
splitticketbuyer
CLI asks for my private wallet passphrase.The input on terminal for the passprhase doesn't hide my input digits
This goes against every security principle I know!
The text was updated successfully, but these errors were encountered: