Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Overview

Returns hash of given content

string $Crypto.Hash(content: string, hashName: Digest)

Arguments

string content
Content to be hashed
Digest hashName
Name of hash algorithm to be used. If not specified SHA1 is used.

Returns

Hash of given content in base64 encoding

Types

Digest

Types of digest algorithms ( "SHA1" | "SHA256" | "SHA384" | "SHA512" )
  • No labels