PHP 8.4.0 RC4 available for testing

sodium_crypto_auth_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_auth_keygenGénère une clé aléatoire pour sodium_crypto_auth

Description

sodium_crypto_auth_keygen(): string

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

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