PHP 大会日本 2024

sodium_crypto_stream_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_stream_keygen生成一个随机的 sodium_crypto_stream 密钥。

描述

sodium_crypto_stream_keygen(): string

生成一个用于 sodium_crypto_stream()sodium_crypto_stream_xor() 的密钥。

参数

此函数没有参数。

返回值

加密密钥 (256 位)。

添加注释

用户贡献的注释

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