A free password generator that goes beyond random characters — pick Password, Passphrase, or PIN mode, and get a live entropy score (bits) plus estimated offline crack-time for whatever you generate. Runs 100% in your browser via Web Crypto API's crypto.getRandomValues() (never Math.random()), with unbiased rejection sampling. Nothing you generate is ever sent to a server. Part of Frost Rank — free SEO & dev tools, no signup, no ad clutter.
Hey PH 👋
Built this because most password generators either feel like a black box ("here's a random string, trust me") or bury you in ads before you get your password.
This one shows you why a password is strong — live entropy in bits, and a realistic crack-time estimate assuming a pretty aggressive attacker (100B guesses/sec). Also does passphrases and PINs, not just character strings.
100% client-side, nothing ever touches a server. Would love feedback on what to add next — thinking a "check my existing password's strength" mode without ever storing it.