mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 12:58:38 +00:00
Update cheatsheets
This commit is contained in:
22
xkcdpass
Normal file
22
xkcdpass
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# xkcdpass
|
||||
|
||||
> A flexible and scriptable password generator which generates strong passphrases.
|
||||
> Inspired by XKCD 936.
|
||||
> More information: <https://github.com/redacted/XKCD-password-generator>.
|
||||
|
||||
- Generate one passphrase with the default options:
|
||||
|
||||
`xkcdpass`
|
||||
|
||||
- Generate one passphrase whose first letters of each word match the provided argument:
|
||||
|
||||
`xkcdpass -a {{acrostic}}`
|
||||
|
||||
- Generate passwords interactively:
|
||||
|
||||
`xkcdpass -i`
|
||||
Reference in New Issue
Block a user