Password Generator
I see a lot of password generators. They all do the same basic thing, randomly select characters from an array using Math.random(). This password generator is different to most because it doesn't use Math.random(), this password generator makes use of a cryptographically secure method of generating random numbers.