Name

cryptmd5 — Encrypts a string using md5

Synopsis

string cryptmd5 ( string UNENCRYPTED );
 

Parameters

string UNENCRYPTED

Return

string

Description

Encrypts the string UNENCRYPTED using MD5 password encryption.

Usage

  cryptmd5 ("readable") -> "$1$BBtzrzzz$zc2vEB7XnA3Iq7pOgDsxD0"