This is a page that generates secure, easy to remember passwords. That's it. If you like it, either fork it or send me a pull request! :)
Go here
npm install
grunt
The actual algorithm was proposed in xkcd 936. Basically, take a long list of words, randomly choose four words from that list and you have yourself a password. The math is in the "stats" section of the main page.
The list is just some random list I found on the internet. It should probably be replaced, as the words can sometimes be a little... exotic.