| Thread | Last Post | Replies |
|
| Firewall for Java server - how tight? | 31 Jul 2004 16:40 GMT | 2 |
We have a Java-based server that runs on W2K machine behind a firewall (Red Hat Linux 9 - iptables). Remote clients connect to the server via RMI, on a specific port. At this moment, the firewall is configured to accept connections only from
|
| Java Secure Socket Extension (JSSE): multiple key entries in keystore when initializing KeyManagerFactory instance | 30 Jul 2004 12:14 GMT | 2 |
Is it possible to have multiple key entries in the keystore used by the KeyManagerFactory when using the reference implementation? (SunJSSE included in J2SE 1.4.2) I'm using keystore type "jks".
|
| java Mac behavior between jdk 1.3 and 1.4 | 25 Jul 2004 20:13 GMT | 4 |
This small program prints same output everytime I run it using jdk 1.3 and jce1_2-do.jar. But when I run it using jdk 1.4, it prints different values everytime I run it. Has the behavior of Mac class changed in 1.4? How can I make
|
| BASIC authentication not working, PLEASE HELP ! | 23 Jul 2004 20:45 GMT | 1 |
Hye ! I struggle for two days now with Tomcat 5 BASIC authentication. I read many posts about the problem but most of the people seem to have a login window appearing. I don't :-(
|
| Proxy authentication for HTTP post through applet | 23 Jul 2004 19:24 GMT | 3 |
I have a requirement to upgrade one of our datafeed applets that currently uses TCP/IP to send and receive data to use HTTP posts and read the relevant responses. The problem is that we need to service 10s of thousands of clients, each of
|
| Encryption with multiple RSA keys | 23 Jul 2004 14:30 GMT | 3 |
I've got a system where a client requests some data. To protect the data, they're encrypted with a symmetric session key (of length let's say 186 bit). The session key itself has to be encrypted with several different public RSA keys, because the client has to prove that (s)he ...
|
| Detect browser proxy settings from applet | 22 Jul 2004 23:44 GMT | 3 |
Is it possible to detect the proxy settings in use by a browser when running an applet? I need to do an HTTP get/post and our clients sit behind a proxy. Cheers,
|
| encrypt - decrypt | 22 Jul 2004 02:53 GMT | 4 |
I have a password (text - about 4 to 15 chars long) and a text. How can I encrypt text with password and how can I restore from encrypted? Is there a class which does this? (I am newbie)
|
| Problems with forms authentication on tomcat 5 | 15 Jul 2004 16:59 GMT | 1 |
Hi I have tried all night to make tomcat authenticate a user trough mysql using forms_auth But I cant get it to connect to my mysql database. I have follewed these tutorials:
|
| Reverse engineer | 15 Jul 2004 03:57 GMT | 3 |
Hi, all! How can I protected my code of disassembler programs/methods?
|
| servlet to bypass the web servers built in client cert authorization mechanism? | 11 Jul 2004 02:00 GMT | 1 |
I need to build a servlet that does its own client certificate authentication. Everything is clear to me except how to tell the browser to prompt the user for the cert.
|
| Java Provider for RSA/ECB/PKCS#1 | 09 Jul 2004 21:40 GMT | 4 |
Is there any java Provider for encryption with rsa/ecb/pkcs#1 for texts longer than the keysize? I have tried BouncyCasle and Cryptix, but both give me errors, that the text is to long...
|
| open source version of the keytool | 09 Jul 2004 02:40 GMT | 6 |
Does anyone know whether an open source version of the keytool exists? A quick search of comp.lang.java.* showed me a couple of things from about five years back that looked kind of like what we're looking for, but I'm too new to this stuff to be sure what I'm looking at.
|
| Converting cacerts to PKCS12 | 07 Jul 2004 13:25 GMT | 3 |
I'm trying to work out how I can get my root certs into a format readable by the BouncyCastle provider, and that seems to mean PKCS12. I have tried exporting certs in base64 and feeding them into openssl, but openssl seems to need the private key in order to generate PKCS12. Does ...
|
| [ANN] Copy Protection Toolkit - JChain v1.6.3 SA edition released | 02 Jul 2004 03:26 GMT | 2 |
JChain SA edition is a toolkit for copy protection and flexible license management of Java apps. * Free evaluation download http://www.chainkey.com/en/jchains/doc/index_evaluation.htm
|