radius_salt_encrypt_attr

(PECL radius >= 1.3.0)
Salt-encrypts a value
string radius_salt_encrypt_attr ( resource $radius_handle, string $data )

Applies the RADIUS salt-encryption algorithm to the given value.

In general, this is achieved automatically by providing the RADIUS_OPTION_SALT option to an attribute setter function, but this function can be used if low-level request construction is required.

Parameters:
data

The data to be salt-encrypted.

Returns:

Returns the salt-encrypted data or FALSE on failure.

See also:

radius_put_addr() -

radius_put_attr() -

radius_put_int() -

radius_put_string() -

doc_php
2016-02-24 15:54:35
Comments
Leave a Comment

Please login to continue.