App::PerlPPP - Command line tool for Perfect Paper Passwords |
App::PerlPPP - Command line tool for Perfect Paper Passwords
This document describes App::PerlPPP version 0.06
use App::PerlPPP;
my $app = App::PerlPPP->new; $app->parse_args(@ARGV); $app->run;
new
args
alphabet
codelen
columns
rows
key
passphrase
title
show_help
show_man
parse_args
run
do_card
Output a card
do_newkey
Create and display a new random key.
do_help
Output help page
App::PerlPPP requires no configuration files or environment variables.
the Crypt::PerfectPaperPasswords manpage
None reported.
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.
Andy Armstrong <andy@hexten.net>
Original Perfect Paper Passwords implementation by Steve Gibson. More details here:
http://www.grc.com/ppp.htm
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 the perlartistic manpage.
App::PerlPPP - Command line tool for Perfect Paper Passwords |