Simple command-line password generator and strength checker written in Java. This small project provides an interactive menu to generate random passwords from configurable character pools, evaluate ...
I decided to build this project during the Winter Break of my second year after taking the Object-Oriented Effective Java Programming course. I wanted to build something interesting with Java to ...
In some commercial software projects, you cannot afford to cast in stone the structure of business objects. For example, different companies may have different and even mutually exclusive requirements ...