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

Add support for generating easy to read passwords #69

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

taylan
Copy link

@taylan taylan commented Jul 22, 2022

Hi Alexander,

I like the "easy to read" option of the LastPass password generator so I wanted to add that to this workflow as another password format.

It excludes some alphanumeric characters which can be ambiguous to the human eye (e.g., O, 0, 1, l) especially when the password is displayed in a font that isn't fixed-width. It also excludes some special characters which (to me) make the password look too complicated.

Let me know what you think. I'll be happy to update the PR based on your feedback.

If you agree to merge this PR, we'll need to recreate the screenshot and gif as well.

pwgen.py Show resolved Hide resolved
info.plist Show resolved Hide resolved
I accidentally included this in the initial commit to the branch.
@codeclimate
Copy link

codeclimate bot commented Jul 22, 2022

Code Climate has analyzed commit a3b0c8d and detected 3 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1
Bug Risk 1
Style 1

View more on Code Climate.

@taylan taylan marked this pull request as ready for review July 22, 2022 07:26
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

Successfully merging this pull request may close these issues.

1 participant