Query: radius_salt_encrypt_attr
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RADIUS_SALT_ENCRYPT_ATTR(3) 1 RADIUS_SALT_ENCRYPT_ATTR(3) radius_salt_encrypt_attr - Salt-encrypts a valueSYNOPSISstring radius_salt_encrypt_attr (resource $radius_handle, string $data)DESCRIPTIONApplies 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.PARAMETERSo $data - The data to be salt-encrypted.RETURN VALUESReturns the salt-encrypted data or FALSE on failure.SEE ALSOradius_put_addr(3), radius_put_attr(3), radius_put_int(3), radius_put_string(3). PHP Documentation Group RADIUS_SALT_ENCRYPT_ATTR(3)