-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support base32 OTP secrets #46
Comments
Interesting. The suggestion sounds good! Do you plan to take care of that, @robinkrahl ? |
I added it to the list in the wiki. Probably, but I’ve got some other things to investigate first. |
I’ll need an additional dependency, |
I manually add them. Don't worry about it, just update
I checked and it's a dev-dependency. I am fine not vendoring those (and since it won't be included in the binary having two versions consumed is fine), so we should be good. |
Done with #49. |
Apparently, the de-facto standard set by Google Authenticator is sharing OTP secrets as base32 strings. We should support this input type in
otp set
. I suggest to replace the--ascii
option with a--format [ascii|hex|base32]
option.The text was updated successfully, but these errors were encountered: