10 lines
255 B
Markdown
Raw Permalink Normal View History

# Password generator
## Requirements
- Specifies the password length (default: 8).
- Using characters A-Z (default: yes).
- Using characters a-z (default: yes).
- Using characters 0-9 (default: yes).
- Using special characters !@#$%^&* (default: none).