PHP 8.3.4 Released!

sodium_crypto_kdf_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_kdf_keygenGenerate a random root key for the KDF interface

Beschreibung

sodium_crypto_kdf_keygen(): string

Generates a random key suitable for serving as the root key for sodium_crypto_kdf_derive_from_key().

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

A random 256-bit key.

add a note

User Contributed Notes

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