PHP 8.4.6 Released!

sodium_crypto_aead_aes256gcm_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_aead_aes256gcm_keygenGenera una clave AES-256-GCM aleatoria

Descripción

sodium_crypto_aead_aes256gcm_keygen(): string

Genera una clave aleatoria para su uso con sodium_crypto_aead_aes256gcm_encrypt() y sodium_crypto_aead_aes256gcm_decrypt().

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