So this is a simple password generator written in Java that I created in about 2 hours. It allows you to specify the length of the password – whether you would like alphabets, numeric digits and special characters in the password. It does not guarantee a secure password – as you will see if you read the code, but acts as an idea and perhaps as a stronger substitute to your firstname+lastname as your password. So use as you wish and learn from the code.

Executable JAR file can be downloaded from HERE
Source code can be downloaded from HERE
-Imraan Moosa
Advertisement