File_Passwd_Unix::generatePassword()

File_Passwd_Unix::generatePassword() -- Generate password

Synopsis

Описание

Generate a "Un*x" style password.

The encryption mode can be of any type File_Passwd provides, although FILE_PASSWD_MD5 and FILE_PASSWD_DES are the most common.

Параметр

string $pass

the plaintext password to encrypt

string $mode

the encryption mode to use

string $salt

the salt to use for encryption (usually empty)

Возвращаемое значение

Returns string encrypted password, or PEAR_Error FILE_PASSWD_E_INVALID_ENC_MODE if encryption mode is not supported.

Пример

Заметка

Эта функция должна вызываться статически.

    Поддержать сайт на родительском проекте КГБ