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

Give good default for password generator based on base58 #920

Open
gagarine opened this issue Apr 9, 2019 · 0 comments
Open

Give good default for password generator based on base58 #920

gagarine opened this issue Apr 9, 2019 · 0 comments

Comments

@gagarine
Copy link

gagarine commented Apr 9, 2019

The password generator let you chose your own schema.
Screenshot 2019-04-09 at 20 55 35

Yet I think it would be nice to have some "default" you can click like the character set. In particular I may like to have a base58 option. Base58 is like Base64 but has been modified to avoid both non-alphanumeric characters and letters which might look ambiguous when printed. https://en.wikipedia.org/wiki/Base58

In my opinion, is the perfect character set because you can write it on any keyboard pretty easily. You don't lose that much entropy if your password is reasonably long enough (13 char).

It's a minor issue as I can set it by myself. Yet I think it would be cool so user can chose good schema without even knowing about it.

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

1 participant