sodium_crypto_stream_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_stream_keygenErzeugt einen zufälligen sodium_crypto_stream-Schlüssel

Beschreibung

function sodium_crypto_stream_keygen(): string

Erzeugt einen Schlüssel zur Verwendung mit sodium_crypto_stream() und sodium_crypto_stream_xor().

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Verschlüsselungsschlüssel (256-Bit).

add a note

User Contributed Notes

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