فهرست منبع

xkcdpass: add page (#4919)

Krzysztof Bociurko 4 سال پیش
والد
کامیت
bef4924096
2فایلهای تغییر یافته به همراه34 افزوده شده و 0 حذف شده
  1. 17 0
      pages.pl/common/xkcdpass.md
  2. 17 0
      pages/common/xkcdpass.md

+ 17 - 0
pages.pl/common/xkcdpass.md

@@ -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 - 0
pages/common/xkcdpass.md

@@ -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`