Question
Encrypt Error
I am having syntax issues setting up the encrypt coding
encrypted=encrypt(Form.Number, theKey, Form.myAlgorithm, Form.myEncoding);
Would I write it something like this?
<cfset encrypted=encrypt(Form.Number, #application.theKey#, AES, Hex)>
Would that coding work? It hasn't for me and I am having trouble finding my error.
