Password Generator
Device Motion
Give Consent
Device motion data is used to create entropy for the random number generator in lieu of mouse movement data.
Password Length
Include
Lowercase Characters
abc...
Uppercase Characters
ABC...
Numbers
123...
Symbols
@#$%...
Exclude
Percent
%
Similar Characters
il1L|o0O
Ambiguous Characters
{}[]()/\'"`~,;:.<>
Additional Configuration
Select Password After Generate
Mask Password
Save Configuration
Generated Password
Copy
Generate
How is this online password generator different from others?
Entropy
Entropy is created with device specific information provided by the browser, as well as time, and mouse or device movement on mobile.
This is then used to generate the seed for the random number generator that is used to generate the password, displayed above as a SHA256 hash.
All code is hosted here and nothing is externally loaded from other domains. Especially not ads or analytics!
Password generation is all done locally and never stored or sent over the internet.
Passwords are guaranteed to contain at least one of the included character types.
Reloading saved configuration is fast!