VOOZH about

URL: https://www.javacodegeeks.com/author/Christopher-Meyer

⇱ Christopher Meyer, Author at Java Code Geeks


  • Software Development👁 Image
    Christopher MeyerApril 18th, 2014
    0 156

    Easter Hack: Even More Critical Bugs in SSL/TLS Implementations

    It’s been some time since my last blog post – time for writing is rare. But today, I’m very happy…

    Read More »
  • Core Java👁 Image
    Christopher MeyerOctober 31st, 2013
    0 505

    How to use ECC with OpenJDK

    Everyone who ever tried to use Elliptic Curve Cryptography (ECC) in Java with an OpenJDK was either forced to use…

    Read More »
  • Core Java👁 Image
    Christopher MeyerAugust 20th, 2013
    3 129

    Safely Create and Store Passwords

    Nearly every time when it comes to user profiles it is necessary to manage user credentials and thus be able…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Christopher MeyerJune 3rd, 2013
    1 127

    Browser-based Key Generation and interaction with the Browser’s Key/Certificate Store

    Imagine the following scenario: You need to get a key (in the asymmetric case the user’s public key) from a…

    Read More »
  • Core Java👁 Image
    Christopher MeyerMarch 26th, 2013
    0 272

    Weaknesses in Java Pseudo Random Number Generators (PRNGs)

    This will be a sum up of a Paper written by Kai Michaelis, Jörg Schwenk and me, which was  presented…

    Read More »
  • Software Development👁 Image
    Christopher MeyerFebruary 7th, 2013
    0 176

    A brief chronology of SSL/TLS attacks

    I haven’t had a substantial post for quite a long time, so it’s time for something useful and interesting. Although…

    Read More »
  • Core Java👁 Image
    Christopher MeyerJuly 30th, 2012
    0 1,879

    Hash Length Extension Attacks

    In this post I will try to leave the summer slump behind and focus on more interesting things than complaining…

    Read More »
  • Software Development👁 Image
    Christopher MeyerMay 28th, 2012
    0 86

    How to deal with {conservative, intractable, annoying} APIs

    Have you ever been fighting with an, at least for your current purpose, inflexible API? I picked up one of…

    Read More »
  • Core Java👁 Image
    Christopher MeyerApril 26th, 2012
    0 1,020

    Using the final keyword on method parameters

    After some own confusion which specific meaning final declared method parameters have this blog entry will try to clarify this.…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close