Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: [WEB SECURITY] Java Swing Application Security |
|---|---|
| Date: | Wed, 15 Nov 2006 07:44:02 -0500 |
Security against whom?
Against the local user, there is no security. He 0wns the machine and everything running on it.
Against untrusted code, that is what the Security Manager is all about.
If the swing application is the client in a client/server setup, then the server is what really needs to be protected. Think of the client app as if it were just so much flash or javascript, and apply the principles of web app security accordingly. Don't trust the client to enforce any of the "ations": authentication, authorization, validation. Don't store any information in the client that you don't want to make public to everyone. Don't expect the client to protect the server from SQL injection and similar.
Hi List,
I was looking into for Java Swing Application Security. Does anybody aware of any kind of checklist or documentation available for Java Swing Applications Security?
Thanks in advance.
Regards, Dharmesh M Mehta http://smartsecurity.blogspot.com
------------------------------------------------------------------------- Sponsored by: Watchfire
https://www.watchfire.com/securearea/whitepapers.aspx?id=701500000008YTU --------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Challenges faced by automated web application security assessment tools, bugtraq |
|---|---|
| Next by Date: | Re: Enumerate Web Virtual Site, pagvac |
| Previous by Thread: | Challenges faced by automated web application security assessment tools, bugtraq |
| Next by Thread: | Re: Enumerate Web Virtual Site, pagvac |
| Indexes: | [Date] [Thread] [Top] [All Lists] |