(PHP 7 >= 7.2.0, PHP 8)
sodium_crypto_aead_chacha20poly1305_ietf_encrypt — Encrypt a message
$message,$additional_data,$nonce,$keyEncrypt then authenticate with ChaCha20-Poly1305 (IETF variant).
The IETF variant uses 96-bit nonces and 32-bit internal counters, instead of 64-bit for both.
messageadditional_datanoncekey
Returns the ciphertext and tag on success, or false on failure.