1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/p5-Crypt-PasswdMD5/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
591 B
Plaintext

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.