PHP 8.4.6 Released!

sodium_crypto_kdf_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_kdf_keygenGenera una clave raíz aleatoria para la interfaz KDF

Descripción

sodium_crypto_kdf_keygen(): string

Genera una clave aleatoria adecuada para servir como clave raíz para sodium_crypto_kdf_derive_from_key().

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Una clave aleatoria de 256 bits.

add a note

User Contributed Notes

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