NOTICE: This package has been removed from pkgsrc

./wip/p5-Crypt-PasswdMD5, Perl5 MD5 Password implementation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.3nb1, Package name: p5-Crypt-PasswdMD5-1.3nb1, Maintainer: pkgsrc-users

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:


Required to run:
[security/p5-Digest-MD5]

Master sites: (Expand)

SHA1: 887782eb7fd1568ce9514f46156a08c415c26fdf
RMD160: ae1d6884fcff39c4b5d5200153f2573c3f54a6d3
Filesize: 4.707 KB

Version history: (Expand)


CVS history: (Expand)


   2008-05-22 20:39:24 by Tobias Nygren | Files touched by this commit (5) | Package removed
Log message:
Same version available in security/
   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
   2006-05-19 18:51:28 by Yoshito Komatsu | Files touched by this commit (95)
Log message:
Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org.
   2006-01-26 04:14:33 by Hiramatsu Yoshifumi | Files touched by this commit (3)
Log message:
remove ${PERL5_SITEARCH} from PERL5_PACKLIST.
   2005-05-04 02:34:03 by George Michaelson | Files touched by this commit (5) | Imported package
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: