We are currently working on a very simple Webapp, and we would like to \"obfuscate\" ( what would be the right term? ) or encode somehow the request parameter, so
You can encode data using base64 or something similar. I would encode the arguments inself in JSON to serialize them.