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

NAME

App::PerlPPP - Command line tool for Perfect Paper Passwords

VERSION

This document describes App::PerlPPP version 0.06

SYNOPSIS

    use App::PerlPPP;

    my $app = App::PerlPPP->new;
    $app->parse_args(@ARGV);
    $app->run;

DESCRIPTION

INTERFACE

new

args

alphabet

codelen

columns

rows

key

passphrase

title

show_help

show_man

parse_args

run

ACTIONS

do_card

Output a card

do_newkey

Create and display a new random key.

do_help

Output help page

CONFIGURATION AND ENVIRONMENT

App::PerlPPP requires no configuration files or environment variables.

DEPENDENCIES

Crypt::PerfectPaperPasswords

INCOMPATIBILITIES

None reported.

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to bug-crypt-perfectpaperpasswords@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR

Andy Armstrong <andy@hexten.net>

Original Perfect Paper Passwords implementation by Steve Gibson. More details here:

    http://www.grc.com/ppp.htm

LICENCE AND COPYRIGHT

Copyright (c) 2007, Andy Armstrong <andy@hexten.net>.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.