A password generator that first generates truly random numbers based on entropy. It gives the user a choice of a two or three words password. The passwords are CamelCase. You also have the option to add 5 random numbers to the end of the password. You can also generate a completely random string with letters (upper- and lower-case) and numbers of up to length 32. You can then copy the code to your clipboard for use in an app or website.

It takes advantage of the Apache Commons Lang API.

Android code: https://github.com/hughesjeff/SecurePasswordGenerator Background code:

This is still very much a WIP.

Jeff Hughes and Joseph Khawly made the background code. Grayson Wilcox and Joseph Khawly are working on the website for it. Jeff Hughes made the Android version.

Built With

Share this project:

Updates