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

Exclude similar looking characters #1

Open
karentamrazyan opened this issue Jul 19, 2020 · 2 comments
Open

Exclude similar looking characters #1

karentamrazyan opened this issue Jul 19, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@karentamrazyan
Copy link
Member

Some characters are looking very similar to the other one, so that it's sometimes difficult to distinguish them.
A great example is the capital letter "O", which looks very similar to the character/number "0" (zero).
We want to provide a feature to avoid this kind of characters from the generated password.

Here are further characters:

  • 0 (number zero)
  • O (capital o)
  • 1 (number one)
  • l (small l)
  • ...
@karentamrazyan karentamrazyan added the enhancement New feature or request label Jul 19, 2020
@JKHunter315
Copy link

Why don't we make a library of characters that exclude those hard to identify ones? I dont know the details of the crypto API but if it provides an array of letters/ numbers we could splice them out

@karentamrazyan
Copy link
Member Author

Good point @JKHunter315! Started this wiki page Similar Characters to collect all "similar" characters in one place.

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

No branches or pull requests

2 participants