The Wayback Machine - https://web.archive.org/web/20201103192737/https://github.com/TheAlgorithms/Java/issues/1471
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

Make changes to Others/PasswordGen.java #1471

Open
arrnavvv opened this issue Sep 18, 2020 · 1 comment
Open

Make changes to Others/PasswordGen.java #1471

arrnavvv opened this issue Sep 18, 2020 · 1 comment

Comments

@arrnavvv
Copy link
Contributor

@arrnavvv arrnavvv commented Sep 18, 2020

The file: https://github.com/TheAlgorithms/Java/blob/master/Others/PasswordGen.java
The current code doesn't always generate passwords that follow the policy of passwords which are at least 1 lower, 1 upper, 1 number, and 1 special character in your password.
I am attaching an example of one such password generated by the current code.

Screenshot (1)
This password has no number in this password which violates the rules.

Can I work on solving this issue?

@arrnavvv arrnavvv mentioned this issue Sep 18, 2020
7 of 12 tasks complete
@rjtmahinay
Copy link

@rjtmahinay rjtmahinay commented Sep 22, 2020

Hi @arrnavvv
If there is no existing "pull request" that fixed that issue. Then, you may worked on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.