Skip to content

Instantly share code, notes, and snippets.

@gatlin
Created December 15, 2012 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gatlin/4299894 to your computer and use it in GitHub Desktop.
Save gatlin/4299894 to your computer and use it in GitHub Desktop.
Using the `Crypt::XkcdPassword` Perl module, this is an obvious but still useful one-liner for password generation.
perl -MCrypt::XkcdPassword -E 'say Crypt::XkcdPassword->make_password'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment