update : 2015.11.03
php.shukuma.com

검색:
 
 
Salt-encrypts a value

radius_salt_encrypt_attr

(PECL radius >= 1.3.0)

radius_salt_encrypt_attrSalt-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.

인수

data

The data to be salt-encrypted.

반환값

Returns the salt-encrypted data 실패 시 FALSE를 반환합니다.

참고