http://en.wikipedia.org/wiki/Security_through_obscurity
GWT does not obfuscate your JS in order to protect it. It does so to shrink the JS code. The same applies to CSS classes via CssResource. An attacker has complete control of your JS code. He can set breakpoints, edit the code, log variable contents. So with some work he can identify these algorithms you want to "protect" and analyze/change it. It does not really matter if the code is obfuscated or not. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/-nFSpPS-x_AJ. 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/google-web-toolkit?hl=en.
