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

Create PasswordGenerator.java #5

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

Create PasswordGenerator.java #5

wants to merge 2 commits into from

Conversation

Ifhezu
Copy link
Owner

@Ifhezu Ifhezu commented Oct 14, 2023

  • Outline:

Just the basic logic outline. Works flawlessly as I tested it. To check, create the PasswordGenerator.class file and you should be good to go. Make sure you space out a bit for adding this to the main project. Remember, people cant get access to the task manager unless they create an account, and to create an account, they need a password, hence this generator comes into play. Just basic and simple logic of if statements tbh.

Heres the method on how to run it:
(In your terminal window)

  1. Javac PasswordGenerator.java

  2. Java PasswordGenerator

  3. Follow along and type whatever you are prompted with.

Tell me if you find any errors or anything for improvement, obviously it's still in development.
Make sure to upgrade it if possible.

image
image

Just the basic logic outline. Works flawlessly as I tested it. To check, create the PasswordGenerator.class file and you should be good to go. Make sure you space out a bit for adding this to the main project. Remember, people cant get access to the task manager unless they create an account, and to create an account, they need a password, hence this generator comes into play. Just basic and simple logic of if statements tbh. 

Heres the method on how  to run it:
(In your terminal window)

1) Javac PasswordGenerator.java

2) Java PasswordGenerator

3) Follow along and type whatever you are prompted with.

Tell me if you find any errors or anything for improvement, obviously its still in development.

Signed-off-by: Ifhezu <90856703+Ifhezu@users.noreply.github.com>
@Ifhezu Ifhezu linked an issue Oct 14, 2023 that may be closed by this pull request
@Ifhezu Ifhezu added good first issue Good for newcomers and removed good first issue Good for newcomers labels Oct 14, 2023
Signed-off-by: Ifhezu <90856703+Ifhezu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ReviewNeeded
Development

Successfully merging this pull request may close these issues.

Password Generator
2 participants