CakeFest 2024: The Official CakePHP Conference

radius_demangle_mppe_key

(PECL radius >= 1.2.0)

radius_demangle_mppe_keyDerives mppe-keys from mangled data

Descrição

radius_demangle_mppe_key(resource $radius_handle, string $mangled): string

When using MPPE with MS-CHAPv2, the send- and recv-keys are mangled (see » RFC 2548), however this function is useless, because I don't think that there is or will be a PPTP-MPPE implementation in PHP.

Parâmetros

radius_handle

O resource RADIUS.

mangled

The mangled data to demangle

Valor Retornado

Returns the demangled string, or false on error.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top