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.




Network Security Web-App-Sec
[Top] [All Lists]

Re: [WEB SECURITY] Java Swing Application Security

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.

On 11/14/06, Dharmesh Mehta <dharmeshmm@gmail.com> wrote:
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

Today's hackers exploit web applications to expose, embarrass and even steal. Firewalls and SSL may be commonplace but recent studies indicate 3 out of 4 websites remain vulnerable to attack. Watchfire's "Addressing Challenges in Application Security" whitepaper, explains what to do and provides a guideline to improving your own application security. Download this whitepaper today!

https://www.watchfire.com/securearea/whitepapers.aspx?id=701500000008YTU
--------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [WEB SECURITY] Java Swing Application Security, Jeff Robertson <=