Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Authen::Passphrase::AcceptAll 0.005

    Download button

    No screenshots available
    Downloads: 345  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Andrew Main | More programs
    Perl Artistic License / FREE
    September 16th, 2008, 13:28 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Authen::Passphrase::AcceptAll description

    Perl module to accept any passphrase.

    Authen::Passphrase::AcceptAll is a Perl module that can be used to accept any passphrase.

    SYNOPSIS

     use Authen::Passphrase::AcceptAll;

     $ppr = Authen::Passphrase::AcceptAll->new;

     $ppr = Authen::Passphrase::AcceptAll
     ->from_crypt("");

     $ppr = Authen::Passphrase::AcceptAll
     ->from_rfc2307("{CRYPT}");

     if($ppr->match($passphrase)) { ...

     $passphrase = $ppr->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 public in a system that expects some type of passphrase access control.

    CONSTRUCTORS

    Authen::Passphrase::AcceptAll->new

     Returns an accept-all passphrase recogniser object. The same object is returned from each call.
    Authen::Passphrase::AcceptAll->from_crypt("")

     Returns an accept-all passphrase recogniser object. The same object is returned from each call. The argument must be the empty string.
    Authen::Passphrase::AcceptAll->from_rfc2307(USERPASSWORD)

     Generates a new accept-all passphrase recogniser object from an RFC 2307 string. The string must consist of "{CRYPT}" (case insensitive) followed by an acceptable crypt string.


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    accept passphrase | Perl module | passphrase | authentication | Perl

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM