crypt_bsdmd5(5)




NAME

     crypt_bsdmd5 - password hashing  module  using  MD5  message
     hash algorithm


SYNOPSIS

     /usr/lib/security/$ISA/crypt_bsdmd5.so


DESCRIPTION

     The crypt_bsdmd5 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.


ATTRIBUTES

     See attributes(5) for descriptions of the  following  attri-
     butes:

     ____________________________________________________________
    |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
    |_____________________________|_____________________________|
    | MT-Level                    | Safe                        |
    |_____________________________|_____________________________|


SEE ALSO

     passwd(1),        crypt(3C),         crypt_genhash_impl(3C),
     crypt_gensalt(3C),                   crypt_gensalt_impl(3C),
     getpassphrase(3C), crypt.conf(4), passwd(4), policy.conf(4),
     attributes(5)


Man(1) output converted with man2html