Skip to content

Generate "strong" passwords by default #13

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

Closed
pythonhacker opened this issue Dec 12, 2021 · 0 comments
Closed

Generate "strong" passwords by default #13

pythonhacker opened this issue Dec 12, 2021 · 0 comments
Assignees

Comments

@pythonhacker
Copy link
Owner

pythonhacker commented Dec 12, 2021

The function to generate passwords should generate strong passwords by default.
A strong password is defined as one having a mix of

  • upper and lower case alphabets
  • at least one number [0-9]
  • at least one upper case alphabet [A-Z]
  • at least one punctuation character
  • at least length 12
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