PasswordGenerator.adoc 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. = KeePassXC – Password Generator
  2. include::.sharedheader[]
  3. :imagesdir: ../images
  4. // tag::content[]
  5. == Password Generator
  6. This password generator helps you to generate random strong passwords and passphrases that you can use for your applications and websites you visit.
  7. === Generating Passwords
  8. To generate random passwords, specify the characters to be used in your choice of password (for example, upper-case letters, digits, special characters, and so on) and KeePassXC will randomly pick characters out of the set.
  9. To generate the random password using Password Generator, perform the following steps:
  10. 1. Open KeePassXC.
  11. 2. Navigate to Tools > Password Generator. The following screen appears:
  12. +
  13. .Password Generator
  14. image::password_generator.png[]
  15. 3. Select the length of the desired password by dragging the Length slider.
  16. 4. Select the character-sets that you want to include in your password.
  17. 5. Use the regenerate button (Ctrl + R) to make a new password using the chosen options.
  18. 6. Use the clipboard button (Ctrl + C) to copy the generated password to the clipboard.
  19. // tag::advanced[]
  20. 7. Click the Advanced button to specify additional conditions for your desired password.
  21. +
  22. .Advanced Password Generator Options
  23. image::password_generator_advanced.png[]
  24. === Generating Passphrases
  25. A passphrase is a sequence of words or other text used to control access to your applications and data. A passphrase is specifically designed to be simple to remember but hard to guess. For this reason, we do not recommend making passphrases too complex; if you require something that is more complex than you could easily remember, it is better to use a randomly generated password instead.
  26. 1. From the password generator, click the Passphrase tab. The following screen appears:
  27. +
  28. .Passphrase Generator
  29. image::passphrase_generator.png[]
  30. 2. Select the number of words you want to be included in your passphrase by dragging the
  31. Word Count slider.
  32. 3. In the Word Separator field, enter a character, word, number, or space that you want to use as a separator between the words in your passphrase.
  33. 4. _(Optional)_ You can choose a word case between lower, upper, and title case options.
  34. 5. _(Optional)_ You can also load your own custom word lists. Click the plus sign button to the right of the wordlist selection dialog to choose a custom word list. You can download alternative lists from the https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases[EFF's Website] or from https://github.com/redacted/XKCD-password-generator#additional-languages[GitHub].
  35. 6. Click the Regenerate button (Ctrl + R) to generate a new random passphrase.
  36. 7. Click the Clipboard button (Ctrl + C) to copy the passphrase to the clipboard.
  37. // end::advanced[]
  38. // end::content[]