PHP 8.4.6 Released!

sodium_crypto_generichash_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_generichash_keygenGenera una clave de hachaje genérico aleatoria

Descripción

sodium_crypto_generichash_keygen(): string

Genera una clave aleatoria para su uso con la API de hachaje genérico.

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