-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feathure] Hide pin input support #6
Comments
By the way, seems that v2 has remove "update pin" sub command? |
You can add the pin to your Keystore file, and then you don't need to set a pin from the command line.
|
But store pin in the file is not secure too... also, fox-one/mixin-sdk-go doestn't store pin in keystore |
Here it is https://github.com/fox-one/mixin-cli/blob/master/cmdutil/store.go#L16 You make sense. If the pin is required but is not set on the command line and in the file, maybe we should let the user provide pin input instead of returning an error. @yiplee What's your opinion? I'd like to send PR if you agree. |
vote for that |
"update pin" command is also helpful ☺ |
sounds good to me 👍 @xwjdsh |
--pin
flag doesn't hide pin content now, in my opinion, this is not secure.using
--pin
without leave pin content, return error message following:execute failed: flag needs an argument: --pin
The text was updated successfully, but these errors were encountered: