SHA256

Overview

Returns an SHA256 hash tag based on the string value passed through the function.

Syntax

SHA256(1, 2)

Function Properties

Ordinal Type Description
1 string Required Alphanumeric string from which SHA256 hash tag derives
2 string The character set to use for the encoding; this function defaults to UTF-8 if not specified. You can also specify UTF-16.

Usage

%%=SHA256('Insert Text Here','UTF-16')=%%

This function returns a hash in UTF-16 format based off of the text string 'Insert Text Here.'

Last Updated: Jun 8, 2021