This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "All clients can be reverse engineered, monitored, and modified"

From OWASP
Jump to: navigation, search
 
 
Line 2: Line 2:
  
 
Java applets essentially developed as a "view" only when considering the Model View Controller design pattern.
 
Java applets essentially developed as a "view" only when considering the Model View Controller design pattern.
 +
 +
[[Bytecode_obfuscation]] can help reduce this risk.

Latest revision as of 21:25, 21 January 2007

It must be assume that when you deploy Java applets that you essentially releasing all source code with you class files since they are so easily reverse engineered.

Java applets essentially developed as a "view" only when considering the Model View Controller design pattern.

Bytecode_obfuscation can help reduce this risk.