How to Use
- Choose Random or Memorable mode.
- Tune length, character sets, word count, or separators.
- Click Generate and review entropy + crack-time.
- Copy your password, or lock it to prevent regeneration.
Core Features
- Generate high-entropy random passwords with custom character sets.
- Create XKCD-style memorable passphrases that are easy to recall.
- Analyze password entropy and show a clear strength rating.
- Estimate crack time under different attacker speeds (CPU/GPU/cluster).
- Exclude ambiguous characters (O/0, l/1) for safer manual entry.
- Protect privacy with cryptographic, client-side randomness only.
Related Tools
The 2026 FIRE Calculator (Inflation Adjusted). Simulate real purchasing power, analyze retirement savings gaps, and generate a visual wealth roadmap. One-click CSV export for your Excel or Notion finance dashboard. 100% Private, client-side calculation.
Calculate trade position size from account balance, risk %, entry, and stop loss. Runs locally in your browser with no uploads, so you can compare risk scenarios before you trade.
Calculate compound interest from principal, recurring contributions, APY, and time. Visualize principal, interest, and final balance with a local interactive chart.
Use this Loan Calculator / Mortgage Calculator to estimate monthly payment, total interest, and an amortization schedule locally. Enter amount, rate, and term to calculate now with instant charts.
Use this Investment Calculator / ROI Calculator to estimate starting capital, monthly contributions, annual return, and inflation-adjusted results locally. Calculate projected returns with an instant compound interest chart, ROI, and yearly schedule.
Use this APR to APY Calculator to convert between APR and APY locally. Enter a rate, choose compounding frequency, and see the effective interest rate, spread, and frequency comparison instantly.
Use this Profit Margin Calculator to calculate gross profit, Markup, Margin, and selling price locally. Enter cost and price, or cost and target margin, then calculate your margins instantly.
Use this CPM Calculator and CPC Calculator to estimate ad spend, impressions, clicks, CPM, CPC, and CTR locally. Enter budget and target costs to plan campaign scenarios instantly.
Calculation Logic
- Use
crypto.getRandomValuesfor cryptographic randomness. - A common entropy approximation is .
- Passphrases gain strength from the size of the word pool and number of words.
FAQ
- Is it free?
- Yes.
- Is my password uploaded or stored?
- No. Passwords are generated locally and disappear on refresh.
- Why are passphrases like โcorrect-horse-batteryโ better?
- Theyโre easier to remember while still high-entropy and hard to brute-force.
- How is entropy calculated? (Technical)
- A common approximation is , where L is length and N is the character set size.
- Why does length often beat โmore symbolsโ?
- Increasing length expands the search space exponentially, usually improving security more than adding complexity alone.