Generate3DESKey()

Generates a secure key value for use in the encrypt function with the 3DES algorithm.

Generate3DESKey( input=string );

Returns: String

Argument Description
input
string, optional

A string input off of which the key will be based

Examples

dump(generate3deskey());
	dump(generate3deskey('I love lucee'));// SSBsb3ZlIGx1Y2Vl

See also