sodium_crypto_kdf_derive_from_key

(PHP 7 >= 7.2.0)

sodium_crypto_kdf_derive_from_keyDerive a subkey

Descrição

sodium_crypto_kdf_derive_from_key ( int $subkey_len , int $subkey_id , string $context , string $key ) : string

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

subkey_len

subkey_id

context

key

Valor Retornado

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top