twalcari

Recent Posts

  • July 31, 2015

    Signing Java .jar Files with a Hardware Token in Linux

    Signing your Java code with an EV code signing certificate is significantly harderthan with a regular code signing certificate. The biggest difference is that theEV code signing certificate is stored on a hardware dongle.We received an Aladdin eTo...

  • July 01, 2015

    URL Handler as an alternative to Java Webstart

    Up until now, jFed used Java Webstart to integrateinto websites. Now that Google Chrome has disabled the Java-plugin, I startedlooking into alternatives. After looking into how some popular applicationssolved this problem, it became clear that reg...