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
									
								
							 | 
							
								edit
								 A string input off of which the key will be based  | 
						
Examples
edit	dump(generate3deskey());
	dump(generate3deskey('I love lucee'));// SSBsb3ZlIGx1Y2Vl
See also
- Cryptography
 - Search Issue Tracker open_in_new
 - Search Lucee Test Cases open_in_new (good for further, detailed examples)