Crypt.MD5 (gb.crypt)
Syntax
STATIC FUNCTION MD5 ( Password AS String [ , Prefix AS String ] ) AS String
Crypts the string Password with the MD5 algorithm by using Prefix as prefix.

Prefix must have a size of 8 characters, including in 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcedefghijklmnopqrstuvwxyz./

If Prefix is not specified, it is randomized.