Skip to content

TechFinity toolkit

Password Generator

Generate cryptographically secure random passwords with explicit character rules, readable filters, and strength estimates.

Character sets
Readability filters
Pool size70
Approx. entropy122.6 bits
Enabled sets4

Generated output

One password per line.

Why the entropy number is approximate

The estimate uses length × log₂(pool size). Requiring at least one character from each selected set changes the exact distribution slightly.

Use a password manager

Unique random credentials are most useful when a password manager can store them, rather than when a person must memorize or reuse them.

Server-side randomness

Generation uses PHP random_int(), backed by the operating system’s cryptographically secure random source.