Authen::Htpasswd::Util

Performs encryption of supported .htpasswd formats.
Download

Authen::Htpasswd::Util Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Kamholz
  • Publisher web site:
  • http://search.cpan.org/~mramberg/Catalyst-Plugin-Authentication-Store-DBIC-0.09/lib/Catalyst/Plugin/Authentication/Store/DBIC/Backend.pm

Authen::Htpasswd::Util Tags


Authen::Htpasswd::Util Description

Performs encryption of supported .htpasswd formats. Authen::Htpasswd::Util is a Perl module that performs encryption of supported .htpasswd formats.METHODShtpasswd_encrypt htpasswd_encrypt($hash,$password,$hashed_password);Encrypts a cleartext $password given the specified $hash (valid values are md5, sha1, crypt, or plain). For crypt and md5 it is sometimes necessary to pass the old encrypted password as $hashed_password to be sure that the new one uses the correct salt. Exported by default.supported_hashes my @hashes = Authen::Htpasswd::Util::supported_hashes();Returns an array of hash types available. crypt and plain are always available. sha1 is checked by attempting to load it via Digest. md5 requires Crypt::PasswdMD5. Requirements: · Perl


Authen::Htpasswd::Util Related Software