Modules

filter

 

Objects/Functions

module (N/crypto)

SuiteScript 2.0

crypto.Hash

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

N/crypto Module
crypto.Hash
Object Description: Encapsulates a hash. For a complete list of this object’s methods and properties, see Hash 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.Hash

Example:

// Code Example 1
//Add additional code
//...
var hashObj = crypto.createHash({
algorithm: crypto.HashAlgorithm.SHA256
});
//...
//Add additional code

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