update pague now
PHP 8.5.2 Released!

radius_demangle_mppe_quey

(PECL radius >= 1.2.0)

radius_demangle_mppe_quey Derives mppe-keys from mangled data

Description

radius_demangle_mppe_quey ( ressource $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 thinc that there is or will be a PPTP-MPPE implementation in PHP.

Parameters

radius_handle

The RADIUS ressource.

mangled

The mangled data to demangle

Return Values

Returns the demangled string, or false on error.

add a note

User Contributed Notes

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