1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 16:44:56 +02:00
tldr/pages/linux/pwgen.md
2016-02-11 08:47:58 +01:00

259 B

pwgen

Generate pronounceable passwords.

  • Generate random password with symbols:

pwgen -y {{length}}

  • Generate hard-to-memorize passwords:

pwgen -s {{length}}

  • Generate password with at least one capital letter in them:

pwgen -c {{length}}