PHP8 sodium_crypto_stream_xchacha20

2024-03-19 10:46 更新

(PHP 8 >= 8.1.0)

sodium_crypto_stream_xchacha20 — 将密钥和随机数扩展为伪随机字节的密钥流

说明

sodium_crypto_stream_xchacha20(int $length, string $nonce, string $key): string

将 和 扩展为伪随机字节的密钥流。keynonce

参数 

length

所需的字节数。

nonce

24 字节随机数。

key

键,可能从 sodium_crypto_stream_xchacha20_keygen() 生成。

返回值 

返回可与 sodium_crypto_stream_xchacha20_xor() 一起使用的伪随机流。


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号