Password Generator
Generate cryptographically secure passwords with no server transmission

Select at least one character setcrypto.getRandomValues. Nothing is transmitted or stored.Generate strong, random passwords for any system. Set your length (up to 128 characters), choose which character types to include, and get a cryptographically secure password that would take billions of years to brute-force. Nothing is ever sent to a server.
What Makes a Password Strong?
Password strength comes from two factors: length and unpredictability.
| Length | Character Set | Time to Crack (2025 hardware) |
|---|---|---|
| 8 chars | Lowercase only | Minutes |
| 8 chars | Mixed case + numbers + symbols | Hours |
| 12 chars | Mixed case + numbers + symbols | Centuries |
| 16 chars | Mixed case + numbers + symbols | Billions of years |
| 20+ chars | Any | Effectively uncrackable |
Password Rules by Account Type
- Admin accounts — 20+ characters, maximum complexity
- API keys and secrets — 32+ characters, alphanumeric only (for compatibility)
- Database passwords — 24+ characters, avoid shell special chars in connection strings
- Employee accounts — 16+ characters with a passphrase approach
Why Not Use a Pattern?
Humans are predictable. "Summer2024!" is weak not because of length but because it follows a common pattern: Season + Year + Symbol. Password crackers test millions of pattern variants first.

Using a Password Manager
Strong passwords are only useful if you can remember them — which means a password manager. 1Password, Bitwarden, and Dashlane all generate and store passwords securely. Never reuse passwords across accounts.
Secrets in Automation and Code
Never hardcode passwords or API keys in source code. Use environment variables, a secrets manager, or a .env file that's excluded from git — the .env Manager and .gitignore Generator both help keep secrets out of your repo in the first place. Book a consultation if you need help setting up secure secret management for your automation stack.

Want this built against your real numbers?
A 30-minute call to scope the workflow, agent, or automation you actually need.
More utility tools
All tools
Character Counter
Count characters four ways at once and see the SMS segment cost, with limits sourced from Twilio, X and Google documentation.

Color Picker
Get HEX, RGB, HSL, HSV and CMYK values for any colour, generate palettes, and check the WCAG contrast ratio against your background before you commit to it.

CSV Data Cleaner
Upload a messy CSV and get a clean one back. Deduplication, header normalisation, date and encoding fixes, with a preview of every change before you download.

Make.com Pricing Calculator
Map your Make.com scenarios to a monthly bill in credits, the billing unit that replaced operations in November 2025, including what AI modules really cost and when extra credits are worse value than moving up a tier.

n8n Hosting Cost Calculator
Compare self-hosted n8n against n8n Cloud on real monthly cost, including the server, database, backups and the maintenance hours self-hosting actually consumes. Shows the execution volume where each option wins.

No-Code Tool Comparison Matrix
Compare Make.com, Zapier, n8n, and GoHighLevel to find the right automation platform
Have a workflow that's burning hours every week?
Bring me one real bottleneck. I'll tell you whether it's worth automating, and what it would take.