Unleashed v1.4
[unleashed.git] / share / man / man5 / crypt_bsdmd5.5
blob210597e2756a53d7a8f8e8231188ea2939825d51
1 '\" te
2 .\" Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH CRYPT_BSDMD5 5 "Aug 6, 2003"
7 .SH NAME
8 crypt_bsdmd5 \- password hashing module using MD5 message hash algorithm
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/lib/security/$ISA/crypt_bsdmd5.so\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBcrypt_bsdmd5\fR module is a one-way password hashing module for use with
19 \fBcrypt\fR(3C) that uses the MD5 message hash algorithm. The algorithm
20 identifier for \fBcrypt.conf\fR(4) and \fBpolicy.conf\fR(4) is \fB1\fR. The
21 output is compatible with \fBmd5crypt\fR on BSD and Linux systems.
22 .sp
23 .LP
24 The maximum password length for \fBcrypt_bsdmd5\fR is 255 characters.
25 .SH ATTRIBUTES
26 .sp
27 .LP
28 See \fBattributes\fR(5) for descriptions of the following attributes:
29 .sp
31 .sp
32 .TS
33 box;
34 c | c
35 l | l .
36 ATTRIBUTE TYPE  ATTRIBUTE VALUE
38 MT-Level        Safe
39 .TE
41 .SH SEE ALSO
42 .sp
43 .LP
44 \fBpasswd\fR(1), \fBcrypt\fR(3C), \fBcrypt_genhash_impl\fR(3C),
45 \fBcrypt_gensalt\fR(3C), \fBcrypt_gensalt_impl\fR(3C), \fBgetpassphrase\fR(3C),
46 \fBcrypt.conf\fR(4), \fBpasswd\fR(4), \fBpolicy.conf\fR(4), \fBattributes\fR(5)