Statement on glibc/iconv Vulnerability

sodium_crypto_kdf_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_kdf_keygenGenerate a random root key for the KDF interface

Descrizione

sodium_crypto_kdf_keygen(): string

Generates a random key suitable for serving as the root key for sodium_crypto_kdf_derive_from_key().

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

A random 256-bit key.

add a note

User Contributed Notes

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