Files
cheatsheet-tldr/tldr/pwgen
2025-03-29 00:18:23 +00:00

22 lines
458 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`