1. PolarSSL and RSA blinding

    I have made a patch for PolarSSL. But it seemed not to be included.

    Also, I wrote to the authors of the paper in October, but I haven't got any reply, unfortunately.

    So, I am writing here, my thought around the improvement as a record.

    Note that this changes are …

    more »
  2. Generating 2048-bit RSA keys

    This document describes how I generate 2048-bit RSA keys.

    Here is the log to generate signature key and encryption subkey.

    I invoke GnuPG with --gen-key option.

    $ gpg --gen-key
    gpg (GnuPG) 1.4.11; Copyright (C) 2010 Free Software Foundation, Inc.
    This is free software: you are free to change and …
    more »