CakeFest 2024: The Official CakePHP Conference

sodium_crypto_generichash_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_generichash_keygenランダムなハッシュキーを生成する

説明

sodium_crypto_generichash_keygen(): string

ハッシュAPIで使うランダムなキーを生成します。

パラメータ

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

戻り値

ランダムな 256ビット長のキーを返します。

add a note

User Contributed Notes

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