Skip to content

MyFreeIT/passwordgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Overview

This is a simple yet customizable password generation tool developed using Java Swing. It allows users to generate secure passwords with specific criteria, such as length, the inclusion of special characters, digits, and more.

Screenshot

App Screenshot

Features

  • Password Length: Choose the desired length of the password.
  • Character Options: Include/exclude special characters, numbers, uppercase, and lowercase letters.
  • Theme Support: Switch between FlatDarkLaf and FlatLightLaf themes for a better user experience.

Setup

  1. Clone the repository:
    git clone https://github.com/MyFreeIT/passwordgenerator.git
    
  2. Navigate to the project directory:
    cd projects/java/passwordgenerator
    
  3. Compile the project (ensure you have Java installed, then run):
    javac src/**/*.java
    
  4. Run the application:
    java -cp src com.myfreeit.passwordgenerator.App
    

Usage

  • Select the desired password criteria in the GUI.
  • Click the "Generate" button to generate a new password.
  • Copy to Clipboard the generated password by clicking the text area.

License

This project is proprietary and confidential. Please refer to the LICENSE file for more details.

Contributions

Feel free to fork the repository and submit pull requests. For significant changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages