Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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
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.