sodium_crypto_auth_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_auth_keygensodium_crypto_auth で使う、ランダムな鍵を生成する

説明

sodium_crypto_auth_keygen(): string

sodium_crypto_auth()sodium_crypto_auth_verify() で使う鍵を生成します。

パラメータ

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

戻り値

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

add a note add a note

User Contributed Notes

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