Sha1 - AGK Help

Sha1

Description

Hashes a string using the SHA1 algorithm to produce a 40 character hexidecimal string. This is a one way hash function that can be used with salting (appending a secret string) for passwords or tamper detection in parameters passed to a server.

Definition

string Sha1( str )

Parameters