diff options
| author | Mark Murray <markm@FreeBSD.org> | 1995-12-16 09:14:12 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1995-12-16 09:14:12 +0000 |
| commit | 96e718fe290fc3aada707298b15b67fa37cc8d98 (patch) | |
| tree | b8d16b3aa3b96a23535be51945d642019ef15294 /secure/lib/libcrypt/crypt.3 | |
| parent | 7a7d7c9ee6a84facfc892d8a9aa162fdaa10d894 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypt/crypt.3')
| -rw-r--r-- | secure/lib/libcrypt/crypt.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/secure/lib/libcrypt/crypt.3 b/secure/lib/libcrypt/crypt.3 index 4d93161f332e..82ae9233846c 100644 --- a/secure/lib/libcrypt/crypt.3 +++ b/secure/lib/libcrypt/crypt.3 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: crypt.3,v 1.1.1.1 1994/04/04 14:57:18 g89r4222 Exp $ +.\" $Id$ .\" .\" Manual page, using -mandoc macros .\" @@ -100,6 +100,14 @@ Thus only 12 bits of are used. .Fa count is set to 25. +.Ss "FreeBSD" or "Exportable" crypt: +.Pp +If the salt begins with ``$1$'' then the freely exportable +.Tn MD5 +algorithm is used to calculate a hash value, from which the password string +is generated. The +.Tn MD5 +derived routine is designed to be time-consuming like the DES based version. .Ss Algorithm: .Pp The |
