sodium_crypto_aead_chacha20poly1305_keygen
(PHP 7 >= 7.2.0, PHP 8)
sodium_crypto_aead_chacha20poly1305_keygen — ランダムな ChaCha20-Poly1305 暗号化キーを生成する
説明
sodium_crypto_aead_chacha20poly1305_keygen(): string
sodium_crypto_aead_chacha20poly1305_encrypt() や sodium_crypto_aead_chacha20poly1305_decrypt() で使うランダムな鍵を生成します。
パラメータ
この関数にはパラメータはありません。
戻り値
256ビット長のランダムな暗号化キーを返します。
+add a note
User Contributed Notes
There are no user contributed notes for this page.