Skip to main content

http.hash

Availability

Agent

Description

The Hash class can be used to perform various hashes in Squirrel. Hashing can be used to ensure data integrity, and is useful in a number of security applications.

The hash object is instantiated automatically as a property of the http object:

local sha1 = http.hash.hmacsha1(signatureString, key);

Member Entities

The http.hash object has the following member methods: