Authen::Passphrase::RejectAll

Perl module to reject all passphrases.
Download

Authen::Passphrase::RejectAll Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andrew Main
  • Publisher web site:
  • http://search.cpan.org/~zefram/

Authen::Passphrase::RejectAll Tags


Authen::Passphrase::RejectAll Description

Perl module to reject all passphrases. Authen::Passphrase::RejectAll is a Perl module created to reject all passphrases.SYNOPSIS use Authen::Passphrase::RejectAll; $ppr = Authen::Passphrase::RejectAll->new; $ppr = Authen::Passphrase::RejectAll ->from_crypt("*"); $ppr = Authen::Passphrase::RejectAll ->from_rfc2307("{CRYPT}*"); if($ppr->match($passphrase)) { ... $passwd = $ppr->as_crypt; $userPassword = $ppr->as_rfc2307;An object of this class is a passphrase recogniser that accepts any passphrase whatsoever. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that class.This type of passphrase recogniser is obviously of no use at all in controlling access to any resource. Its use is to permit a resource to be completely inaccessible in a system that expects some type of passphrase access control. Requirements: · Perl


Authen::Passphrase::RejectAll Related Software