Results 1 to 3 of 3
- 05-12-2010, 06:08 PM #1
Member
- Join Date
- May 2010
- Posts
- 2
- Rep Power
- 0
Report to write about Java Security
Hello
I'm doing a project for my studies; I'm investigating some points of java security (class loader, bytecoder verifier, security manager and applets). In the second part of my report, I would like to do some tests to show these functionalities in use.
Here is what I was think to implement
Security Manager
- Update the security manager; application can be very restricted - Or very free
Byte code verifier: I don't know how to test
Class loader: I don't know how to test
Applets
- Show the difference between local and downloaded code (On server vs applet)
Write the same code for both application. The only difference will be that one application will be downloaded; the other one run from the server.
- Show the difference between signed applet and untrusted applet
Write the same code for both applets. The only difference will be that just one applet we be signed.
- Possibilities on extending the sandbox. What can do an applet?
What do you think about these tests?
Do you have some ideas for my missing tests?
Thanks in advance
Romain
- 05-14-2010, 04:22 AM #2
Senior Member
- Join Date
- Dec 2008
- Posts
- 526
- Rep Power
- 0
As for an applet... Well to make the IE security manager angry you can simply add java.io.File into your project :)
If my answer helped you. Please click my "REP" button and add a comment
Have a Good Java Coding :)
- 10-17-2010, 07:34 PM #3
Member
- Join Date
- May 2010
- Posts
- 2
- Rep Power
- 0
Articles published
Hello,
6 months later...
I set up my website. And the articles I was talking about are going to be published on my blog.
There is the first part
and the second part
The experimental part is coming soon.
Similar Threads
-
Java security program
By bhaumik1987 in forum New To JavaReplies: 7Last Post: 02-09-2010, 02:28 PM -
java Applet security
By MarkWilson in forum Java AppletsReplies: 0Last Post: 09-05-2008, 09:02 AM -
Java Security Warning
By Neil in forum New To JavaReplies: 3Last Post: 09-01-2008, 04:15 PM -
Java security
By Zosden in forum Java AppletsReplies: 43Last Post: 08-02-2008, 02:10 PM -
difference between code based security and role based security
By boy22 in forum New To JavaReplies: 1Last Post: 07-23-2007, 11:59 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks