Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 490 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 490 Bytes

xkcdpassword

A password generator based on http://xkcd.com/936/

Example

//generate a password with spaces for readibility
var password = xkcdpassword.generate();

//change min_word_length / number_of_words
var password = xkcdpassword.generate({min_word_length: 8, number_of_words: 5});

MIT license

This project is licensed under an MIT license.
http://www.opensource.org/licenses/mit-license.php

Copyright © 2012 tristankenney [email protected]