Hi again,
I'm working on a simple "ajax framework", and i'd like to encrypt the parameters so that the Ajax call only has one parameter (data=<encrypted string>), instead of the standard 'a=123&b=12345'.
It doesn't have to be "ultra-safe" (i.e. no "dangerous parameters" are sent), I just want it to look good;-)