xkcdpass: add page (#4919)

translation-badges
Krzysztof Bociurko 2020-11-02 12:52:08 +01:00 committed by GitHub
parent ee14213223
commit bef4924096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# xkcdpass
> Konfigurowalny generator haseł tworzący mocne hasła.
> Zainspirowane przez XKCD 936.
> Więcej informacji: <https://github.com/redacted/XKCD-password-generator>.
- Stwórz hasło z domyślną konfiguracją:
`xkcdpass`
- Stwórz hasło w którym pierwsze litery każdego słowa układają się w podany argument:
`xkcdpass -a {{acrostic}}`
- Interaktywnie stwórz hasło:
`xkcdpass -i`

17
pages/common/xkcdpass.md Normal file
View File

@ -0,0 +1,17 @@
# 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`