sodium_crypto_box_open

(PHP 7 >= 7.2.0)

sodium_crypto_box_openVerify and decrypt a ciphertext

Descrierea

sodium_crypto_box_open ( string $ciphertext , string $nonce , string $key_pair ) : string|false

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

ciphertext

nonce

key_pair

Valorile întoarse

add a note add a note

User Contributed Notes

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