RADIUS_SALT_ENCRYPT_ATTR(3) 1 RADIUS_SALT_ENCRYPT_ATTR(3)
radius_salt_encrypt_attr - Salt-encrypts a value
SYNOPSIS
string radius_salt_encrypt_attr (resource $radius_handle, string $data)
DESCRIPTION
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
o $data
- The data to be salt-encrypted.
RETURN VALUES
Returns the salt-encrypted data or FALSE on failure.
SEE ALSO
radius_put_addr(3), radius_put_attr(3), radius_put_int(3), radius_put_string(3).
PHP Documentation Group RADIUS_SALT_ENCRYPT_ATTR(3)