| Thread | Last Post | Replies |
|
| Security and ie | 30 Apr 2004 14:15 GMT | 1 |
Securely yours, Remembering the pain of the past. After the committment between Microsoft and Sun. Who is takng care of the security protocol for applets. The Sun plugin or the Microsoft VM?
|
| Root Certificate Installer | 30 Apr 2004 05:38 GMT | 5 |
I have written up a proposal for a tool to automatically update root certificates. See http://mindprod.com/projrootcertinstaller.html It would be nice if we could get all the code signing authorities to
|
| Method _not_ executed in Applet | 29 Apr 2004 00:39 GMT | 1 |
I have a weird problem with an applet. It doens't generate some of the solutions, it should generate. And these missing solutions are generated, if I execute the same method in an console application.
|
| hackproof applets | 25 Apr 2004 23:40 GMT | 8 |
I've read that if I'd want to check if someone has tampered with my applet, I'd have to use a message diggest or a digital signature to check if it's the original one. But how would this be implemented? Is it something that the JVM does for
|
| Certificate Verification - guidelines requested | 24 Apr 2004 06:57 GMT | 2 |
My java app gets an X509 certificate out of an XML signature, and I want to verify that the certificate is signed by any one of several trusted CAs. If we assume that all relevant CA certificates are stored in the
|
| Java ports to LINUX: How good is crypto implementation? | 23 Apr 2004 17:52 GMT | 7 |
Any good recent summaries of Java ports to linux OS? How good are the crypto implementations therein? specifically how good are the crypto RNG s? - Mitch Gallant
|
| how to get md5hash ?? | 23 Apr 2004 04:07 GMT | 9 |
i am experienced using java, but never had to look at the security package before. i am trying to implement an online credit card processing interface, which requires that i send a "fingerprint" with my request. it says the fingerprint should be an md-5 hash of x, y,
|
| Programmatic verification of signed JAR archives: CAUTION | 22 Apr 2004 20:26 GMT | 5 |
I just noticed that one has to be careful about programatically verifying signed JAR archives. The constructors for JarFile and JarInputStream indicate that signature verification is checked (with suitable flag).
|
| Best Encryption-Method | 22 Apr 2004 18:42 GMT | 2 |
once again, does anybody know, what´s the best encryption algorithm? I mean, DES, RSA, etc... What ist the provider i need for this? Thank you very much,
|
| RC4 With BouncyCastle | 22 Apr 2004 18:40 GMT | 1 |
has anybody a short sample for encrypting with RC4 witch BouncyCastle? Best regards, thomas
|
| JRE 1.4 Policy File | 22 Apr 2004 14:58 GMT | 4 |
I've been looking everywhere but can't find a solution to this: I have an applet that prints to a barcode printer. Unfortunately as this applet is served from a silverstream (ver 3.7.5) server I can't just use a jar file and sign it (because silverstream just will not
|
| Uber keystore can't be open after transfering from P12 | 22 Apr 2004 09:04 GMT | 1 |
I got this weird problem when trying to transfer my keys from a p12 keystore to a uber keystore (BC provider). I wrote a small chunk of code to do this and test out. In the code, after transfering the keys and certificates over to an uber keystore, I can re-open it in another
|
| DerInputStream.getLength(): lengthTag=127, too big. / CertificateFactory | 20 Apr 2004 17:09 GMT | 6 |
Hi all... I need some help for certificate. I currently develop a project for my job and we use certificate authentification.
|
| Java Webstart and expired certificate in signed jar files | 20 Apr 2004 13:32 GMT | 2 |
I am planing to deploy my application using Java Webstart. To be sure that the user does not manipulate my code and configurationfiles I whant to sign my jar files. As I have understood Java Webstart will not start the application if
|
| java (tomcat) .keytool | 19 Apr 2004 19:09 GMT | 1 |
I have obtained a free trial certificate from Thawte. I also got the root certificate. I obtained the certificate by generating the CSR via j2sdk1.4.0 keytool. Had no problems. Now I am trying to install the certificates, and it says can't find
|