PHP Conference Japan 2024

sodium_crypto_box_secretkey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_box_secretkey从 crypto_box 密钥对中提取密钥

描述

sodium_crypto_box_secretkey(#[\SensitiveParameter] string $key_pair): string

给定一个密钥对,仅获取密钥。

参数

key_pair

密钥对,例如由 sodium_crypto_box_keypair()sodium_crypto_box_seed_keypair() 生成的密钥对

返回值

X25519 密钥。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top