#P2: PHP Basics
This is the second Project for CSCIE-15. The task is to create an xkcd style password generator as follow: *Landing page includes a description of your app and what a xkcd password is (assume an unfamiliar audience). *Form inputs to specify:
- How many words to use.
- Whether to include a number.
- Whether to include a special symbol (for example, @).
http://screencast.com/t/vg8nTt20X
The number of words by default is 4. I am planning on adding error checkings.
- Work on the CSS to make it prettier
- Clean the mark up
- Attempt the Challenges
Source of xkcd password explanation: http://www.explainxkcd.com/wiki/index.php/936:_Password_Strength
Source of the words: https://raw.githubusercontent.com/first20hours/google-10000-english/master/google-10000-english.txt