Lucee Function Reference
generate3deskey()
Generates a secure key value for use in the encrypt function with the 3DES algorithm.
Example
generate3deskey([string input]):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
input | string | No | A string input off of which the key will be based |