Go to main content

手册页第 7 部分:标准、环境、宏、字符集和杂项

退出打印视图

更新时间: 2022年7月27日 星期三
 
 

crypt_bsdbf(7)

名称

crypt_bsdbf - password hashing module using Blowfish cryptographic algorithm

用法概要

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

描述

The crypt_bsdbf module is a one-way password hashing module for use with crypt(3C) that uses the Blowfish cryptographic algorithm. The algorithm identifier for crypt.conf(5) and policy.conf(5) is 2a.

The maximum password length for crypt_bsdbf is 72 characters.

The default number of rounds is log(4). This can be increased by updating /etc/security/crypt.conf, for example, for log(12) rounds:

2a crypt_bsdbf.so.1    12

属性

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library
Interface Stability
Committed

另请参见

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

History

The crypt_bsdbf module was added to Solaris in Solaris 9 12/02 (Update 2).