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

Commits on Oct 14, 2023

  1. Create PasswordGenerator.java

    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 authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    27181b1 View commit details
    Browse the repository at this point in the history
  2. Update PasswordGenerator.java

    Signed-off-by: Ifhezu <90856703+Ifhezu@users.noreply.github.com>
    Ifhezu authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    061ddf1 View commit details
    Browse the repository at this point in the history