I have made an encryption of "auth" using AES as follows: <cfset skey = generateSecretKey("AES")> <cfset regkey = encrypt("auth", skey, "AES", "hex")> I attached the result for example to an…
I can't believe no one thought of this all these time and Adobe not knowing this. The Decrypt function should either return a decrypt string or return false if it can't do its job and not just throw…
