mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00

Perl module that provides interoperable MD5-based crypt() function PR: 39467 Submitted by: Erwin Lansing <erwin@lansing.dk>
12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
The `unix_md5_crypt()' provides a crypt()-compatible interface
|
|
to the rather new MD5-based crypt() function found in modern
|
|
operating systems. It's based on the implementation found on
|
|
FreeBSD 2.2.[56]-RELEASE.
|
|
|
|
`apache_md5_crypt()' provides a function compatible with
|
|
Apache's `.htpasswd' files. This was contributed by Bryan Hart
|
|
<bryan@eai.com>.
|
|
|
|
- Erwin Lansing
|
|
<erwin@lansing.dk>
|