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.
- 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.
- Clone the repository:
git clone https://github.com/MyFreeIT/passwordgenerator.git
- Navigate to the project directory:
cd projects/java/passwordgenerator
- Compile the project (ensure you have Java installed, then run):
javac src/**/*.java
- Run the application:
java -cp src com.myfreeit.passwordgenerator.App
- 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.
This project is proprietary and confidential. Please refer to the LICENSE file for more details.
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.