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

NAME

passphrase-test - test a Data::Passaphrase service

USAGE

  passphrase-test [-d] [-f FILE] [-l LOCATION]
  passphrase-test -h

OPTIONS

-d

Enable debugging messages when using a local service.

-f FILE

Load strength checking rules from FILE instead of the default specified in the script source.

-h

Display a brief help message.

-l LOCATION

Look for passphrase validation service at LOCATION. Defaults to localhost, in which case passphrase-test will make library calls to Data::Passphrase->validate(). If the location is a URI, passphrase-test will make HTTP connections to the location specified.

DESCRIPTION

This program tests a Data::Passaphrase ruleset by walking it and trying the passphrases specified. See Data::Passaphrase to learn how test passphrases are specified in the rules file.

AUTHOR

Andrew J. Korty <ajk@iu.edu>

SEE ALSO

Data::Passaphrase(3), Test::More(3)