I was having a look at how hard it is to encrypt something using asymmetric encryption (that is, public key / private key encryption) using Java. Turns out that it's not too hard at all, but as with all Java stuff it's a whole load of Factories and abstractions to get there. I also discuss how this stuff can be used with Domino, just so I can make this my first "Show and Tell Thursday" article!
Continue reading Using Public Key encryption in Java
Posted by Marcin on
07/09/2006 @ 18:44 +1000
Tags: tech, java, domino, security, show-n-tell thursday
I sat the exam for the Sun Certified Programmer for the Java 2 Platform 1.4 on Wednesday, and came away with a 96% score (2 wrong out of 61 questions). Considering the pass mark is only 52% I think that's pretty good, given the general agreement that it is a difficult test.
Read on for how I prepared and how I found the exam itself.
Continue reading Sun Certified Programmer for Java 2 Platform 1.4
Posted by Marcin on
29/05/2006 @ 20:04 +1000
Tags: tech, java, certification