Subject: CVS commit: wip/p5-Crypt-PasswdMD5
From: George Michaelson
Date: 2005-05-04 02:34:03
Message id: E1DT7pz-0002Jp-He@sc8-pr-cvs1.sourceforge.net

Log Message:

This is Crypt::PasswdMD5, an MD5 Password support package.

>From the perldoc:

Crypt::PasswdMD5 - Provides interoperable MD5-based crypt() functions

SYNOPSIS
           use Crypt::PasswdMD5;

           $cryptedpassword = unix_md5_crypt($password, $salt);
           $apachepassword = apache_md5_crypt($password, $salt);

DESCRIPTION

       the "unix_md5_crypt()" provides a crypt()-compatible interface \ 
to the
       rather new MD5-based crypt() function found in modern operating sys-
       tems.  It's based on the implementation found on FreeBSD
       2.2.[56]-RELEASE and contains the following license in it:


Files:
RevisionActionfile
1.1importwip/p5-Crypt-PasswdMD5/TODO
1.1importwip/p5-Crypt-PasswdMD5/Makefile
1.1importwip/p5-Crypt-PasswdMD5/DESCR
1.1importwip/p5-Crypt-PasswdMD5/distinfo
1.1importwip/p5-Crypt-PasswdMD5/PLIST