Modules

filter

 

Objects/Functions

module (N/crypto)

SuiteScript 2.0

crypto.Decipher

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

N/crypto Module
crypto.Decipher
Object Description: Encapsulates a decipher. This object has methods that decrypt. For a complete list of this object’s methods and properties, see Decipher Object Members.
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=crypto.Decipher

Example:

// Code Example 1
//Add additional code
//...
crypto.createDecipher({
algorithm: crypto.EncryptionAlg.AES,
key: sKey
});
//...
//Add additional code

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