PHP 8.4.0 RC4 available for testing

sodium_crypto_stream_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_stream_keygenGénère une clé de chiffrement aléatoire pour sodium_crypto_stream

Description

sodium_crypto_stream_keygen(): string

Génère une clé pour être utilisée avec sodium_crypto_stream() et sodium_crypto_stream_xor().

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

La clé de chiffrement (256 bits).

add a note

User Contributed Notes

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