Hi all,

Is it possible to create an encyption / decryption layer around GWT
rpc mechanism?

The problem is currently in GWT rpc, all the data are sent / received
from server in JSON text (although SSL can help protect middle-man
attack, but launching firefox with firebug can see all the post data
in clear text).

Anyone got any idea how to create a layer to encrypt the data in
server side (after the serialization), and decrypt it in client side
(before the deserialization)?

I know it can't totally prevent the user from decrypting (since the
decryption logic is sent to user's pc as javascript), but it is better
than expose the data in clear text just using firebug plugin.

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to