Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Returns SHA1 hash of given content

string $Crypto.Hash(content: string)

Returns hash of given content

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

Arguments

string content
Digest hashName

Types

Digest

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