PHP 8.4.0 RC4 available for testing

sodium_crypto_aead_aes256gcm_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_aead_aes256gcm_keygenGénère une clé AES-256-GCM aléatoire

Description

sodium_crypto_aead_aes256gcm_keygen(): string

Génère une clé aléatoire pour une utilisation avec sodium_crypto_aead_aes256gcm_encrypt() et sodium_crypto_aead_aes256gcm_decrypt().

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Renvoie une clé aléatoire de 256 bits.

add a note

User Contributed Notes

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