sha1
Compute a SHA-1 hash. Returns 40-char hex string. Avoid for security purposes. See Chapter 38.
data(required): string to hash
utlx
sha1("sensitive data") // 40-char hex string (avoid for security)