sodium_crypto_auth_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_auth_keygenGenera una clave aleatoria para sodium_crypto_auth

Descripción

sodium_crypto_auth_keygen(): string

Genera una clave aleatoria para su uso con sodium_crypto_auth() y sodium_crypto_auth_verify().

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve una clave aleatoria de 256 bits.

add a note

User Contributed Notes

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