A simple password generator app developed for "Programming with Java" while I was at university.
This password generator has basics features:
- User selects the charset
- User selects the length of the password
Running it locally is pretty forward. Just open the project in your IDE of choice and run it.
You select the charset (upper, lower case letters, numbers, symbols), and the length. Then just press the 'OK' button.