1. Creating newer ECC keys for GnuPG

    Here is an explanation of how to create your new ECC keys for GnuPG.

    GnuPG 2.1.x supports ECC (Elliptic Curve Cryptography). ECC is generic term and security of ECC depends on the curve used. Unfortunately, no one wants to use standardized curve of NIST.

    Since GnuPG 2.1 …

    more »
  2. Pelican について

    このサイト(www.gniibe.org)は pelican を使った static HTML で serve するようにしました。

    この稿では Pelican について紹介します。

    Pelican はPython で書かれた …

    more »
  3. Relative URL for Git submodule

    I think that I should have use relative URL for Git submodule. Here, I explain why, and how I do.

    Background

    In Gnuk git repository, it uses Chopstx as submodule. In NeuG git repository, it uses Chopstx and Fraucheky as submodule.

    Git repositories of Gnuk and NeuG are available at …

    more »