Encrypti0n.com's Password Generator

Generate secure passwords for the use case of your choosing.

Entropy of the generated password: 0 bits

It's just a generic generator, right?

Yes, this is just a generic password generator, however:
  • Automatic Weighting: Special characters are weighted higher or lower based on how many are included.
  • Local First: The random calculation happens on your device only.
  • Secure Number Generator: Uses Javascript's crypto.getRandomValues() to securely derive a password.
  • Entropy Displayed: Uses this library to calculate the entropy of the generated password.