Random password generator (JavaScript)

Click here for a password generator that doesn't use JavaScript

Character set:

characters
  bits

Password:



 

Entropy sources:
Math.random() (low security)
crypto.getRandomValues() (high security)