Forrest logo
back to the xkcdpass tool

xkcdpass:tldr:6b2a6

xkcdpass: Generate one passphrase with the default options.
$ xkcdpass
try on your machine

The command "xkcdpass" generates random and secure passwords based on the famous webcomic xkcd's password strength comic. The comic suggests that a passphrase consisting of multiple random common words is much easier to remember and more secure compared to traditional complex passwords.

When you run the "xkcdpass" command, it accesses a wordlist containing thousands of commonly-used words and selects a specified number of random words from it. These words are then combined to create a password.

The generated passwords are typically longer and more resistant to traditional brute force attacks since the number of possible combinations is extremely large when using a larger wordlist. Additionally, the use of common words helps with memorization, making it easier for users to recall their passwords.

By using the "xkcdpass" command, you can create strong and memorable passwords for various online accounts, improving the overall security and reducing the risk of unauthorized access.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the xkcdpass tool