IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

UseAEAD Property

Whether to use AEAD (Authenticated Encryption with Additional Data).

Object Oriented Interface

public function getUseAEAD();
public function setUseAEAD($value);

Procedural Interface

ipworksencrypt_chacha_get($res, 11 );
ipworksencrypt_chacha_set($res, 11, $value );

Default Value

false

Remarks

If this property is set to True the class uses the algorithm AEAD_CHACHA20_POLY1305 as defined in RFC 7539 to construct a message using AEAD. See Encrypt and Decrypt for details.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 PHP Edition - Version 20.0 [Build 8155]