sodium_crypto_box_secretkey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_box_secretkeycrypto_box 鍵ペアから、秘密鍵を取り出す

説明

sodium_crypto_box_secretkey(string $key_pair): string

鍵ペアを指定し、秘密鍵だけを取り出します。

パラメータ

key_pair

sodium_crypto_box_keypair()sodium_crypto_box_seed_keypair() によって生成された鍵ペア

戻り値

X25519 形式の秘密鍵を返します。

add a note add a note

User Contributed Notes

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