Password Policy Generator
Generate password policy rules, regex and copy for NIST or PCI presets.
Works Offline
Privacy First
No Login
No API
Requirements
Generated policy
- Minimum length: 14 characters - Must contain at least one uppercase letter (A-Z) - Must contain at least one lowercase letter (a-z) - Must contain at least one digit (0-9) - Must contain at least one symbol - Must be changed every 90 days - Cannot reuse the last 10 passwords
About the Password Policy Generator
Configure length, character classes, rotation and history rules to produce a written password policy, a matching validation regex and implementation notes.
Examples
Example
min 14 chars, all classesOutput
^(?=.*[A-Z])(?=.*[a-z])(?=.*\d).{14,}$Related tools
CORS Config Generator
Security
Generate CORS headers/config for Nginx, Apache, Express, or Workers.
CSP Builder
Security
Build a Content-Security-Policy header from per-directive sources.
Htpasswd Generator
Security
Generate .htpasswd lines using SHA-1 or plain text.
JWT Inspector
Security
Decode a JWT and audit its claims for common issues.
Password Strength Checker
Security
Estimate password entropy, crack time, and get actionable advice.
Permissions-Policy Header Generator
Security
Build a Permissions-Policy header controlling camera, geolocation and more.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-09 · Runs entirely in your browser