

- #Xkcd secure password generator install
- #Xkcd secure password generator generator
- #Xkcd secure password generator update
#Xkcd secure password generator update
Update number of words in password to 4 by default.Update -help for MIN_LENGTH and MAX_LENGTH.Fix issues with README.md badges after rename.Change command-line package to xkcd-pass.Fix typo in static import causing wordfile error.Fix issue where wrong wordfile wasn't being recognized.Note that xkcd-pass can be used with any word file of the correct format: a file containing one word per line. Please refer to the EFF documentation linked above for more information. Two shorter variants of that list, eff-short and eff-special, are also included. 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. The default, eff-long, was specifically designed by the EFF for passphrase generation and is licensed under CC BY 3.0. Several word lists are provided with the package. To enable bash-completion immediately, you can run: source. This will then take effect the next time you login.


bashrc file: eval "$(register-python-argcomplete xkcd-pass)" To set this up you need to add the below to your. -padding-digits-num 4 4 digits on the end of the password.Ī full overview of the available options can be accessed by running following command: xkcd-pass -help.-min 5 -max 7 words between 5 and 7 characters long.It can also be called with a mixture of multiple arguments for example: $ xkcd-pass -d _ -c 5 -min 5 -max 7 -padding-digits-num 4 The default settings return a single password made up of 4 words each having its first letter capitalized with two random digits afterwards. Xkcd-pass can be called with no arguments with an output using the default wordfile and settings.
#Xkcd secure password generator install
Xkcd-pass can easily be installed with the following command: pip install xkcd-passĬontributions welcome and gratefully appreciated! Requirements To have a thoroughly tested codebase giving users the ability to trust that the package will work as expected.įor support using this bot, please join our official support server on Discord.
#Xkcd secure password generator generator

