sodium_crypto_kdf_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_kdf_keygenGenerate a random root key for the KDF interface

説明

sodium_crypto_kdf_keygen(): string

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

パラメータ

この関数にはパラメータはありません。

返り値

A random 256-bit key.

add a note add a note

User Contributed Notes

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