Home  Contents

cipher.md5

Cipher Core4 Lua Commands

SYNOPSIS

crc = cipher.md5(s [, i [, j ]])

DESCRIPTION

Calculate the MD5 checksum of the characters s[i], s[i+1], ···, s[j].
The default value for i is 1; the default value for j is the number of characters in s.

RETURN VALUE

A string of exactly 16 bytes length.