Posted in Cryptography, Java, Programming on May 9th, 2008
Hasn’t it always just seemed wrong that you have to buy both an Authenticode and a Java Code Signing certificate? That might just be a thing of the past.
There’s a very thorough guide here that describes how you can convert a Java cert to an Authenticode cert.
http://tjworld.net/software/codesigning/
The link to download the needed tools is broken, [...]
Read Full Post »
Posted in Programming on Oct 11th, 2007
I saw quite a few posts about people looking for the source code for the class RMIHttpToCGISocketFactory for varying different reasons. A favorite request is to change the path to the CGI script it requests which is by default: /cgi-bin/java-rmi.cgi.
Anyway, it’s available from the openjdk project. You have to sign up for a free java.net [...]
Read Full Post »
Posted in Programming on Oct 10th, 2007
Somebody told me once about a computer science professor that would not help his students solve a programming problem until they have explained their problem to The Teddy Bear and they still did not have their answer. You might think that The Teddy Bear was code-speak for something, but it was actually just that: a [...]
Read Full Post »