| Thread | Last Post | Replies |
|
| Good security solution | 19 Apr 2004 02:28 GMT | 8 |
I'm currently developing an application that downloads data (plain ascii) from the Internet. I want this data encrypted and saved on
|
| How limit character set in encrypt (PBEKeySpec) | 18 Apr 2004 20:22 GMT | 2 |
Is there a way to cypher a text limiting the characters that algorithm can produce? (I've to limit them to alphanumeric characters, lowercase and uppercase and not others). On javaalmanac I've founded this example:
|
| using j2ssh connecting via sftp, but get "Corrupt Mac on input". | 16 Apr 2004 16:29 GMT | 1 |
using j2ssh connecting via sftp, but get "Corrupt Mac on input". When using a regular command line sftp everything works fine. Suspect it has to do with configuration of ssh-connection, and authentication mechanism
|
| root ca | 16 Apr 2004 03:30 GMT | 1 |
I have a test certificate created from keytool. I am using j2se 1.4.2. I want to configure the j2se so that it recognizes my test certificate as a trusted certificate. How can I achieve this ? Any pointer will be appreciated
|
| Need help accessing Certificates (SSL) | 15 Apr 2004 10:15 GMT | 1 |
Guess I need some hand holding :( I am trying to programmatically access a web page that requires a username/password and uses SSL with some sort of certificate. (No, I'm not doing anything bad)
|
| Long delay using SSLSocketFactory | 15 Apr 2004 05:02 GMT | 1 |
I need to do HTTPS requests from a WLS container through a proxy which requires encoded username/password authentication. Therefore, I am using an extension of SSLSocketFactory (part of SUN's JSSE), which does the proxy authentication for me and the tunnel handshake as well.
|
| Scrambler | 15 Apr 2004 00:00 GMT | 1 |
Is there any tool which translates variables and methods into something non-obvious names, so the compiled class could not be easy to understand with disassembler ?
|
| Signing applet jar without verified digital ID | 12 Apr 2004 21:41 GMT | 2 |
I'm the admin of an open-source java project (http://jugglinglab.sourceforge.net), and a rank newbie to the topic of jar signing. I would like to be able to copy/paste text between my applet and other applications, and from what I understand this
|
| DES Encryption | 09 Apr 2004 22:44 GMT | 7 |
I'm trying to implement the DES encryption in Java. I have a couple of concerns at the moment. The first is if I am importing a text file how do i implement this in a binary or hexidecimal format. I've looked through the api specifications but am not sure how to go about
|
| JAAS and UNIX | 08 Apr 2004 15:34 GMT | 4 |
has anyone managed to login into a UNIX system as another principal than the user that runs the application using JAAS? The JNDI-Module returns the corect subject, but when I do a Subject.doAs(subject, action)
|
| submitting to JSecurityCheck from a Servlet | 08 Apr 2004 05:49 GMT | 2 |
We are trying to automate login to a JBOSS J2EE application. The security model is DatabaseLoginModule based. We can log in manually through a JSP page, with a username and password that submits to JSecurityCheck servlet.
|
| JCE - KeyAgreement | 07 Apr 2004 22:07 GMT | 1 |
Has anybody encountered on example, which shows how to use KeyAgrement class? Maybe some source code? Thanks in advance.
|
| Importing private key from PKCS#8 file format | 07 Apr 2004 21:41 GMT | 3 |
for the client authentication process, i have generated my own private key and public key using openssl. i have also converted the private key to the unprotected pkcs 8 format using openssl command, so tht java can read n use the key. For
|
| sign jars with pkcs#12 | 07 Apr 2004 14:58 GMT | 1 |
I want to sign jars with my personnal key to use java web start. My key was delivered to me from a PKI system from my company. It came in pkcs#12 format. I guess that I have to import it in a java keystore to use with jarsigner.
|
| Jboss/Tomcat SSL and mozilla | 07 Apr 2004 14:03 GMT | 4 |
I got -12229 mozilla error code when I try to connect to my web app, ( after I accept certificate ). IE , Opera connects OK. App server is Jboss 3.2.3/Tomcat 4.1 and cerificate is generated using
|