You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A full overview of the available options can be accessed by running following command:
63
63
64
64
```
65
-
xkcd_pass --help
65
+
xkcd-pass --help
66
66
```
67
67
68
68
## Word Lists
69
69
70
70
Several word lists are provided with the package. The default, eff-long, was specifically designed by the EFF for [passphrase generation](https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases) and is licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/us/). As it was originally intended for use with Diceware ensure that the number of words in your passphrase is at least six when using it. Two shorter variants of that list, eff-short and eff-special, are also included. Please refer to the EFF documentation linked above for more information.
71
71
72
-
Note that `xkcd_pass` can be used with any word file of the correct format: a file containing one word per line.
72
+
Note that `xkcd-pass` can be used with any word file of the correct format: a file containing one word per line.
73
73
74
74
## Changelog
75
75
@@ -86,6 +86,8 @@ Note that `xkcd_pass` can be used with any word file of the correct format: a fi
86
86
* Fix typo in static import causing wordfile error.
0 commit comments