Skip to content
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

Open
rodrigondec opened this issue Nov 19, 2019 · 4 comments
Open

Private passphrase showing digits on terminal #67

rodrigondec opened this issue Nov 19, 2019 · 4 comments

Comments

@rodrigondec
Copy link

The splitticketbuyer CLI asks for my private wallet passphrase.

The input on terminal for the passprhase doesn't hide my input digits
image

This goes against every security principle I know!

@matheusd
Copy link
Owner

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 promptsecret app (see the docs for unlocking dcrwallet when running (promptsecret | splitticketbuyer ...).

But anyway, I'll see to more explicitly call that out and bring in echo off.

@rodrigondec
Copy link
Author

Yes, I followed the oficial client CLI docs. And it didn't mention the promptsecret.

Ty

@rodrigondec
Copy link
Author

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?

@chen-ky
Copy link

chen-ky commented Jan 1, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants