mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01: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}}