About this generator
This tool is configured for requirements for several numbers. Every result is created on this device with the Web Crypto API and is never sent to PwdGen.
This preset starts with characters mode and generates 10 independent results at a time. Every visible setting remains adjustable, and generated values are not sent to PwdGen.
When to use it
- Strict password-policy forms
- Legacy systems with character restrictions
- Testing validation rules
Alphabet size, entropy, and brute-force assumptions
The theoretical entropy ceiling is calculated as H = L × log2(A), where L is the generated length and A is the number of currently permitted characters.
| Length | Alphabet | Search space | Entropy ceiling | Average at 10 billion guesses/s |
|---|---|---|---|---|
| 18 | 56 | 5618 | 104.5 bits | 46,478,330,879,120 years |
Important: these are mathematical estimates for uniformly random values. Required positions, restricted counts, repeated passwords, dictionary patterns, leaked credentials, and real password-hashing costs can change the result substantially. The figure is not a security guarantee.
Why this length or rule matters
Character rules exist mainly for destination compatibility. Every exclusion or position requirement changes the search space, so the safest approach is to apply only required restrictions and compensate with additional length.
Common applications
- Strict password-policy forms
- Legacy systems with character restrictions
- Testing validation rules
How to use the result safely
- Match the published policy exactly
- Increase length when the allowed alphabet is small
- Keep exclusions only when they solve a real compatibility problem
Generation and privacy method
The preset uses the browser Web Crypto API for random selection. Regenerating, changing settings, selecting, and copying results do not send generated credentials to PwdGen. The password crack-time estimator also runs locally and is an estimate, not a guarantee.
Password Generator With Multiple Numbers FAQ
When should I use this password generator with multiple numbers?
Use this preset only when a destination publishes the matching character rule. Restrictions reduce the available alphabet, so add length when practical.
Does restricting characters make a password weaker?
A smaller alphabet reduces the theoretical search space at the same length. A longer uniformly random result can compensate for necessary compatibility restrictions.
Are generated values stored or transmitted?
No. Generation and copying happen locally in your browser. PwdGen does not receive or store the generated values.