Skip to content

Bellojacob/PasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator 1.0

Welcome to Password Generator 1.0! This simple Java program generates a random password using a combination of symbols, integers, lowercase, and uppercase characters. The generated password is designed to be secure and can be used for various purposes.

How to Use

  1. Run the Main class in your preferred Java development environment.
  2. The program will display a welcome message and begin generating a password.
  3. The password is created by combining symbols, integers, lowercase, and uppercase characters.
  4. Once generated, the program will display the resulting password.

Password Composition

The password is generated by considering different categories based on randomly generated numbers:

  • Symbols: Randomly selected symbols from the set !@#$%^&*_-+=;:'<>/?.
  • Integers: Randomly selected digits from 1234567890.
  • Lowercase Characters: Randomly selected characters from abcdefghijklmnopqrstuvwxyz.
  • Uppercase Characters: Randomly selected characters from ABCDEFGHIJKLMNOPQRSTUVWXYZ.

The program ensures a mix of these elements in the generated password, making it suitable for various security needs.

Customization

Feel free to customize the program to meet your specific requirements. You can adjust the length of the password or modify the character sets used for each category.

Notes

  • This program is a basic password generator and may not meet all security standards. For more advanced security requirements, consider using specialized password management tools.
  • Always ensure that generated passwords are stored securely and used in accordance with best security practices.

Enjoy using Password Generator 1.0! If you have any suggestions or improvements, feel free to contribute to the code or open an issue.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages