mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 05:02:28 +00:00
Update cheatsheets
This commit is contained in:
21
pwgen
Normal file
21
pwgen
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pwgen
|
||||
|
||||
> Generate pronounceable passwords.
|
||||
> More information: <https://github.com/tytso/pwgen>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user