SecureBlackbox 2020 PHP Edition

Questions / Feedback?

TagSize Property

Specifies the AEAD tag size, in bytes.

Object Oriented Interface

public function getTagSize();
public function setTagSize($value);

Procedural Interface

secureblackbox_symmetriccrypto_get($res, 27 );
secureblackbox_symmetriccrypto_set($res, 27, $value );

Default Value

16

Remarks

Use this property to specify/customize the tag size for AEAD encryption.

Data Type

Integer

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