php8.5
Home/ Manual/ radius / functions/ radius_demangle_mppe_key

radius_demangle_mppe_key

PHP function Edit on GitHub ✎

(PECL radius >= 1.2.0)

Derives mppe-keys from mangled data

Description

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.

Parameters

mangled

The mangled data to demangle

Return Values

Returns the demangled string, or false on error.

Source: reference/radius/functions/radius-demangle-mppe-key.xml · from the official PHP manual (php/doc-en)