The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

crypt_sha512 (5)
  • >> crypt_sha512 (5) ( Solaris man: Форматы файлов )
  •  

    NAME

    crypt_sha512 - password hashing module using SHA-512 message hash algorithm
     
    

    SYNOPSIS

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

     

    DESCRIPTION

    The crypt_sha512 module is a one-way password hashing module for use with crypt(3C) that uses the SHA-512 message hash algorithm. The algorithm identifier for crypt.conf(4) and policy.conf(4) is 6.

    This module is designed to make it difficult to crack passwords that use brute force attacks based on high speed SHA-512 implementations that use code inlining, unrolled loops, and table lookup.

    The maximum password length for crypt_sha512 is 255 characters.

    The following options can be passed to the module by means of crypt.conf(4):

    rounds=<positive_number>

    Specifies the number of rounds of SHA-512 to use in generation of the salt; the default number of rounds is 5000. Negative values have no effect and are ignored. The minimum number of rounds cannot be below 1000.

    The number of additional rounds is stored in the salt string returned by crypt_gensalt(3C). For example:

    $6,rounds=6000$nlxmTTpz$
    

    When crypt_gensalt(3C) is being used to generate a new salt, if the number of additional rounds configured in crypt.conf(4) is greater than that in the old salt, the value from crypt.conf(4) is used instead. This allows for migration to stronger (but more time-consuming) salts on password change.

     

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityCommitted

    MT-Level

     

    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)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру