Desktop Password Generator App
This is a desktop application that generates a random password or passphrase based on the user's preferences. The user can choose the length of the password, the characters that it will contain, and whether it will have uppercase, lowercase, numbers, and special characters.
- Generate a random custom password or passphrase.
- Copy the generated password to the clipboard.
- Save the generated password to a file.
- Keep track of the used passwords or passphrases.
- Java SE 21
- Java Swing
- Java IO
- SLF4J
- Datafaker - A Java library to generate fake data.
- Clone the repository.
- Open the project in NetBeans.
- Install the dependencies.
- Run the project.
Distributed under the MIT License. See LICENSE for more information.
Jordi Ayala - @ASJordi
Project Link: https://github.com/ASJordi/PasswordGenerator


