Show HN: Generate Passwords from Regex Constraints
a day ago
- #regex
- #password
- #security
- Enter constraints as JavaScript regular expressions for password requirements.
- Each constraint should be on a separate line.
- Click 'Generate Passwords' to create 5 random passwords meeting all constraints.
- Example constraints include length, character types, and special characters.
- Powered by @gruhn/regex-utils, a TypeScript library for regex operations.