PHP 8.4.0 RC4 available for testing

radius_salt_encrypt_attr

(PECL radius >= 1.3.0)

radius_salt_encrypt_attrSalt-encrypts a value

Descrição

radius_salt_encrypt_attr(resource $radius_handle, string $data): string|false

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.

Parâmetros

data

The data to be salt-encrypted.

Valor Retornado

Returns the salt-encrypted data ou false em caso de falha.

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top