Well, are you sure that's really all you mean? Because you can make it non-human readable by encoding it, but someone can decode it. So the question is, in saying "non-human readable", do you mean merely "not obviously so" (encoding), or "not possibly so" (encrypting, though of course even that's not fool-proof, but different levels of encryption add more protection, generally at higher cost of payload or processing time.)
But then the next challenge is that you are seeking a solution that is cross-platform: the same string encoded/encrypted in CF needs to be decoded/decrypted in JS (or vice-versa). That does really reduce your candidates for some of the possible alternatives. To be clear, I'm not at all trying to be snarky in all this. Just really trying to help (and help others help you). /charlie > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Steve Onnis > Sent: Thursday, August 04, 2011 10:11 AM > To: [email protected] > Subject: RE: [cfaussie] JavaScript equivelant to HASH function > > I just don't want it human readable. > > Like i have foo.cfm?{"var":"val"} and i just want to encrypt the query > string and decrypt it in the foo.cfm page > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
