freebsd-ports/security/p5-Crypt-PasswdMD5/pkg-descr
Po-Chuan Hsieh f2c752a959
security/p5-Crypt-PasswdMD5: Update to 1.41
- Add LICENSE_FILE
- Update pkg-descr
- Add WWW

Changes:	https://metacpan.org/changes/distribution/Crypt-PasswdMD5
2021-05-31 03:55:56 +08:00

14 lines
642 B
Text

apache_md5_crypt() provides a function compatible with Apache's .htpasswd files.
This was contributed by Bryan Hart <bryan@eai.com>. This function is exported by
default.
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. This function is also exported
by default.
For both functions, if a salt value is not supplied, a random salt will be
generated, using the function random_md5_salt(). This function is not exported
by default.
WWW: https://metacpan.org/release/Crypt-PasswdMD5