Secure Password Generator
Create random passwords in the browser with a cryptographic generator, or a memorable phrase.
Generator
Random password or word phrase, generated in the browser with a CSPRNG
Password type
The memorable phrase uses 2,048 words, Italian or English depending on the language, and a cryptographic generator in the browser: 6 words are about 69 bits of entropy. Among several random draws we keep the easiest to pronounce.
16
Recommended: 16-24 characters for optimal security
6
6 words recommended (about 69 bits). Each word adds 11 bits.
Generate a new password with the current settings
Drawn in the browser from a cryptographic generator (Web Crypto).
Security Analysis
Security Level:
Not rated
0/5
Crack time:
-
Entropy:
-
Combinations:
-
Security Best Practices
- At least 16 characters for critical accounts
- A 6-word phrase is easier to remember than 16 random characters
- Unique password for each service
- Use a password manager
- Enable two-factor authentication