SHA1

Overview

Returns a SHA1 hash based on the string value passed through the function. The SHA1 hash tag returns a hexidecimal value.

Syntax

SHA1(1, 2)

Function Properties

Ordinal Type Description
1 string Required Alphanumeric string from which SHA1 hash tag derives
2 string Character set to use for the encoding. This function defaults to UTC-8 if not specified. You can also specify UTC-16.

Usage

%%=SHA1("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