1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:35:40 +02:00

Refactor pwgen to adjust to feedback

This commit is contained in:
Leandro Ostera 2016-02-11 08:47:10 +01:00
parent 7f69bd6bb6
commit dc3ba725f9

View file

@ -1,7 +1,15 @@
# pwgen
> Generate passwords.
> Generate pronounceable passwords.
- Generate 8 characters long random passwords with symbols :
- Generate random password with symbols:
`pwgen -sy`
`pwgen -y {{length}}`
- Generate hard-to-memorize passwords:
`pwgen -s {{length}}`
- Generate password with at least one capital letter in them:
`pwgen -c {{length}}`