This project is based on CSE's challenge to create a web app that helps create more effective passwords. Github was used creatively to realize this project.
CSE is looking to for ways to help people make more secure passwords or better decisions about cybersecurity such as a Web App to rate the security of a password, display how long it would likely take to crack the password, and allow the user to autogenerate passwords of multiple different formats. Winners would be chosen based on ease of use, quality of suggestions, and innovative approaches to helping people make good decisions about their cybersecurity. Bonus points for making an app that can be run locally without internet access as well as an internet website. Similar tools already exist to the above one but the differentiator here would be generating many different formats of password and running offline.
-
Randomly generate strong passwords using entropy as a measure of strength.
-
Test passwords given with our entropy algorithm.
-
Compare password with known word list.
-
Tweak passwords to make them better.