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:
parent
7f69bd6bb6
commit
dc3ba725f9
1 changed files with 11 additions and 3 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue