The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::xkcdpass

SYNOPSIS

    user:~ xkcdpass
    correct horse battery staple

There are a few clever web services which provide random passwords based on the infamous XKCD comic scheme, but the problem is that none of the ones this author has seen use HTTPS. What's the utility in a password that the whole world saw when you first got it?

This is a thin wrapper around Crypt::XkcdPassword to make it stupid simple to generate these passwords locally.

DEPENDENCIES

perl 5.10 or later

  • App::Run

  • Crypt::XkcdPassword

Meta

License

Same as Perl

Author

Gatlin Johnson <rokenrol@gmail.com>

Why?

Because perl -MCrypt::XkcdPassword -Mfeature="say" -e 'say Crypt::XkcdPassword-make_password'> is cumbersome.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 37:

You forgot a '=back' before '=head1'