Modules

filter

 

Objects/Functions

module (N/crypto)

SuiteScript 2.0

CipherPayload.iv

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=CipherPayload.iv for more information.

N/crypto Module
CipherPayload.iv
Property Description: Initialization vector for the cipher payload. You can pass in the iv value to crypto.createDecipher(options)
Type: string
Supported Script Types: Server-side scripts For additional information, see SuiteScript 2.0 Script Types.
Module: N/crypto Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=CipherPayload.iv

Example:

// Code Example 1
//Add additional code
//...
log.debug({
title: "CipherPayload IV: ",
details: cipherPayload.iv
});
//...
//Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_46186462402.html