mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 09:54:12 +02:00
Duplicate pwgen command to osx (#1609)
This commit is contained in:
commit
00265c265a
1 changed files with 15 additions and 0 deletions
15
pages/osx/pwgen.md
Normal file
15
pages/osx/pwgen.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# pwgen
|
||||
|
||||
> Generate pronounceable passwords.
|
||||
|
||||
- Generate random password with s[y]mbols:
|
||||
|
||||
`pwgen -y {{length}}`
|
||||
|
||||
- Generate secure, 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