mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00
365 B
365 B
pwgen
Generate pronounceable passwords. More information: https://manned.org/pwgen.
- Generate random password with symbols:
pwgen {{[-y|--symbols]}} {{length}}
- Generate secure, hard-to-memorize passwords:
pwgen {{[-s|--secure]}} {{length}}
- Generate password with at least one capital letter in them:
pwgen {{[-c|--capitalize]}} {{length}}