PHP 8.4.0 RC4 available for testing

sodium_crypto_stream_xchacha20_keygen

(PHP 8 >= 8.1.0)

sodium_crypto_stream_xchacha20_keygenReturns a secure random key

说明

sodium_crypto_stream_xchacha20_keygen(): string

Returns a secure random key for use with sodium_crypto_stream_xchacha20().

参数

此函数没有参数。

返回值

Returns a 32-byte secure random key for use with sodium_crypto_stream_xchacha20().

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top