Password generator, loosely (read: entirely) based on XKCD 936
This is a fork of the original by JVDL
Changes since the fork:
- Use cryptographically secure random number generator instead of
Math.random()
. - Don't load content from third party servers. (local jquery, removed Google Analytics).
- Change defaults: No uppercase, space as separator, no number appended
- Display security of the password
- Support for more languages