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

Password generator, Issue #36 #41

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

Password generator, Issue #36 #41

wants to merge 2 commits into from

Conversation

samsam1414
Copy link

The two new methods that generate a random password leverage the ASCII table.

These methods are:

  • genChar - helper method that returns a random character (from a given range)
  • genPassword - returns a string of random characters (length matches the integer argument)

Also, the PasswordField class was changed to the TextField class, so that a user can easily copy the generated password (and paste it to the form that he/she is filling out).

@samsam1414 samsam1414 changed the title Password generator Password generator, Issue #36 Aug 1, 2017
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