| Thread | Last Post | Replies |
|
| how to sign jar files with keystore without knowing password for keystore | 30 Aug 2005 11:07 GMT | 1 |
Hi - I need to sign some jar files using an existing keystore, however, i don't know the password to the keystore. The keystore was created years ago and no one knows the password. Is there any way to find out the password or any alternative solutions?
|
| Sensitive information in applet source code | 29 Aug 2005 18:43 GMT | 2 |
Hi group! I have made an applet which works as a simple FTP client. Its purpose is to upload files to a server (located at the applet's origin) when the files are too large for HTTP upload.
|
| applet -- new to security issues... | 29 Aug 2005 15:34 GMT | 1 |
nothing has ever frustrated me more than trying to connect to a server (in this case a jabber server..) with an applet.. I'm importing smack package to write an applet client (http://www.jivesoftware.org/smack/, http://www.jivesoftware.org/builds/smack/docs/latest/javadoc/)
|
| failed to load sunrsasign.jar using loadjava | 18 Aug 2005 05:43 GMT | 2 |
I use loadjava to load sunrsasign.jar to oracle 9.2, but failed. Does anyone has any idea why and how to resolve? Thanks, LTANG7
|
| where to find all the 512 bits prime numbers? | 11 Aug 2005 23:59 GMT | 4 |
My current project happens to need me to find all the 512 bits prime numbers.Where could I get them? Thanks very much. Fox
|
| JCE - load key from string | 10 Aug 2005 18:16 GMT | 3 |
We're trying to use JCE to encrypt some data. The issue is key storage. We want to store it in some database, so the question is how to re-create the key for decryption from varchar2 column? The key in string form looks like this:
|
| [Q] Options for supporting SSH2 | 02 Aug 2005 22:43 GMT | 2 |
I'm looking to add SSH2 support to an existing application, and I'm wondering where to start looking for information. In the C/C++ world, there's open source solutions like Putty, is there something similiar available implemented in java, or is there
|