| Thread | Last Post | Replies |
|
| The Appraiser | 31 Aug 2003 18:24 GMT | 2 |
I had an idea for an application of Java document signing -- appraisal validation. See http://mindprod.com/jgloss/projappraiser.html --
|
| Authentication | 28 Aug 2003 23:39 GMT | 1 |
I'm trying to automate a manual procedure with Java. Simply I have to connect to an URL and when the login window appear I put my user/pwd and I can browse my "secret" documents. Where can I find samples to study? Have I to use the java.net class
|
| Web application security | 27 Aug 2003 20:14 GMT | 3 |
I wrote a little web application based on apache, JSP and jboss. I'd like to secure my application in some way. My question is : is it necessary for me to define security policies for my code using the java security model (Security Manager,
|
| Web Application Security | 27 Aug 2003 08:39 GMT | 1 |
Can I find any Best Practices considering how to secure your Web Application (jsp, servlet/filter)? I mean both progmatically ant those which can be defined e.g. to web.xml etc. Can anyone point me any URLs?
|
| How does applet know certificate rejected | 23 Aug 2003 01:02 GMT | 4 |
If I run a signed applet but the user rejects the certificate - is there a way for the applet to find out what happened? If the applet knew the certificate wsa rejected it could still run, but would not attempt actions that would cause a security violation. I.e. the user
|
| applet works in IE but error with netscape | 22 Aug 2003 23:58 GMT | 1 |
Hi, I made applet but the error occur when I use this in netscape 7.0. (OS is MS windows) the situation is that. 0. this applet is signed.
|
| Help with running signed applet in Netscape 7 | 20 Aug 2003 21:48 GMT | 2 |
I have read numerous threads on the topic of self-signing applets, and have followed all of the instructions I could find. But my applet is still not working properly - I think it might be a problem with my certificate files, but I'm not sure.
|
| RSA key size | 18 Aug 2003 22:35 GMT | 1 |
The following program creates an RSA key pair and prints the length of its public key modulus. Eventhough I have initialized its size as 1024(128 bytes), the printed length is 129. What is behind this behavoiur..?
|
| MD5 digest length 16 bytes or not? | 18 Aug 2003 22:34 GMT | 3 |
I am using mysql. As defined by RSA DSI in RFC 1321 http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1321.html ..'The algorithm takes as input a message of arbitrary length and
|
| JAASRealm and Tomcat problem | 16 Aug 2003 23:08 GMT | 2 |
I have set up a JAASRealm for a JAX-RPC web app in Tomcat 4.1.24 (embedded in Sun's JWSDP1.1), setting userClassNames="com.tagish.auth.win32.typed.NTUserPrincipal" and roleClassNames="com.tagish.auth.win32.typed.NTGroupPrincipal".
|
| truly bizarre problem | 15 Aug 2003 20:55 GMT | 2 |
I'd be much obliged if anyone could suggest a fix or explain what's going on. import javax.crypto.*; import javax.crypto.spec.*;
|
| access another machine from a signed applet? | 15 Aug 2003 17:03 GMT | 2 |
I am trying to connect to a machine that is running Sonic JMS broker from an applet. This is not the same machine that my applet is uploaded from. So I created a self-signed certificate and signed the jar file of the applet and the other jars that it needs. I run the
|
| Webstart Signing JARs | 09 Aug 2003 02:49 GMT | 3 |
Hi, I'm using Webstart to deploy a java application from cd. It looks like I need my jar files to be signed otherwise I can't use this deployment technology. It's an application rather than an applet so doesn't need a browser. Can anyone point me in the right direction?
|
| Cortona & RMI: security problem? | 08 Aug 2003 13:11 GMT | 1 |
Hello everyone, I'm working on a project using ParallelGraphics Cortona Client, and I met with a problem I really can't solve. The issue is: I have a piece of java code linked to a Script node in a VRML file, and that code must be able to connect to a class via RMI;
|
| SSL Connection to a FTP server | 07 Aug 2003 23:55 GMT | 1 |
Hi @ all ! Anyone knows how to set up a ssl/tls ftp connection ? Thanks in advance. Arnold
|