PHP 8.4.1 Released!

sodium_crypto_secretstream_xchacha20poly1305_pull

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_secretstream_xchacha20poly1305_pullDéchiffre un morceau de données d'un flux chiffré

Description

sodium_crypto_secretstream_xchacha20poly1305_pull(string &$state, string $ciphertext, string $additional_data = ""): array|false

Déchiffre un morceau de données d'un flux chiffré.

Liste de paramètres

state

Voir sodium_crypto_secretstream_xchacha20poly1305_init_pull() et sodium_crypto_secretstream_xchacha20poly1305_init_push()

ciphertext

Le morceau de texte chiffré à déchiffrer.

additional_data

Optionnel des données supplémentaires à inclure dans le tag d'authentification.

Valeurs de retour

Un tableau avec deux valeurs:

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top