IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

EncodeMAC Property

Whether the MAC value is hex encoded.

Object Oriented Interface

public function getEncodeMAC();
public function setEncodeMAC($value);

Procedural Interface

ipworksencrypt_poly1305_get($res, 1 );
ipworksencrypt_poly1305_set($res, 1, $value );

Default Value

true

Remarks

This property specifies whether the computed MAC value is hex encoded. When set to True (default) the class will hex encoded the computed MAC for easier use. Set this value to False to obtain the MAC value in an unmodified form.

The default value is True.

Data Type

Boolean

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