1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages/common/pwgen.md

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}}