ArininAV

Crypt_CHAP_MSCHAPv1::lmPasswordHash()

Crypt_CHAP_MSCHAPv1::lmPasswordHash() -- Generates the LAN-Manager-Hash from the given plaintext-password.

Synopsis

string Crypt_CHAP_MSCHAPv1::lmPasswordHash ([string $password = ''])

Описание

This method generates LAN-Manager-Hash from the given plaintext-password or from the password property.

Параметр

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

string - a String containing the LAN-Manager-Hash

Заметка

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

LAN-Manager Hash are weak and should not be used anymore.

Пример