PHP Conference Japan 2024

sodium_crypto_secretstream_xchacha20poly1305_pull

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_secretstream_xchacha20poly1305_pull解密加密流中的数据块

描述

sodium_crypto_secretstream_xchacha20poly1305_pull(字符串 &$state, 字符串 $ciphertext, 字符串 $additional_data = ""): 数组|false

解密加密流中的数据块。

参数

state

参见 sodium_crypto_secretstream_xchacha20poly1305_init_pull()sodium_crypto_secretstream_xchacha20poly1305_init_push()

ciphertext

要解密的密文块。

additional_data

可选的附加数据,包含在身份验证标签中。

返回值

包含两个值的数组

添加注释

用户贡献的注释

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