Encrypti0n.com's Password Generator

Create strong, customizable passwords tailored to your specific needs. Choose a password length between 12 and 64 characters, and include your preferred special characters for added security. Easily copy your generated password with a single click using the built-in copy button.

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.