Files
cheatsheet-tldr/tldr/xkcdpass
2025-04-23 00:19:06 +00:00

23 lines
558 B
Plaintext

---
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]}} {{acrostic}}`
- Generate passwords interactively:
`xkcdpass {{[-i|--interactive]}}`