vault713 / wallet713

A wallet that makes it easy to send, store, and swap Grin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prompt for password if unlock without password fails

superphly opened this issue · comments

When using unlock -p you're able to see the password in cleartext. I think typing in "unlock" without the -p, would give you a passphrase with just "*" for each character would be a better solution.

Did you know you can simply do unlock -p without specifying a passphrase inline, and then it will prompt you to enter the passphrase without revealing the text. this works for any of the commands supportive of -p switch.

Maybe we should automatically prompt for a password, if unlocking without one fails

@jaspervdm makes sense. I tagged it as good first issue and updated the title.