SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

Nonce Property

Specifies the Nonce value to employ.

Object Oriented Interface

public function getNonce();
public function setNonce($value);

Procedural Interface

secureblackboxlite_symmetriccrypto_get($res, 22 );
secureblackboxlite_symmetriccrypto_set($res, 22, $value );

Remarks

Use this property to specify the Nonce value for the symmetric operation. Not every algorithm or modeuses nonce.

This property is not available at design time.

Data Type

Byte Array

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