Standards, Environments, and Macros cryptbsdmd5(5)
NAME
cryptbsdmd5 - password hashing module using MD5 message
hash algorithm
SYNOPSIS
/usr/lib/security/$ISA/cryptbsdmd5.so
DESCRIPTION
The cryptbsdmd5 module is a one-way password hashing module
for use with crypt(3C) that uses the MD5 message hash algo-
rithm. The algorithm identifier for crypt.conf(4) and
policy.conf(4) is 1. The output is compatible with md5crypt
on BSD and Linux systems.
The maximum password length for cryptbsdmd5 is 255 charac-
ters.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level Safe
SEE ALSO
passwd(1), crypt(3C), cryptgenhashimpl(3C),
cryptgensalt(3C), cryptgensaltimpl(3C),
getpassphrase(3C), crypt.conf(4), passwd(4), policy.conf(4),
attributes(5)
SunOS 5.11 Last change: 6 Aug 2003 1
|