From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        crypt - Encrypt a string.

SYNTAX

	string crypt(string data, string key|int random)

DESCRIPTION

	This function encrypts the given `data' using the given encryption
	`key'. If the the second argument is given as an integer, the
	encryption is done with a random key.