IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

Key Property

The 256 bit (32 byte) key to be used when computing a MAC (Message Authentication Code).

Object Oriented Interface

public function getKey();
public function setKey($value);

Procedural Interface

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

Default Value

''

Remarks

This property holds the secret key used when computing the MACValue. The key must be 256 bits (32 bytes) long.

Data Type

Binary String

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