1. Using Gnuk Token with another computer

    This document describes how you can use Gnuk Token on another PC (which is not the one you generate your keys).

    Note that the Token only brings your secret keys, while .gnupg directory contains keyrings and trustdb, too.

    Fetch the public key and connect it to the Token

    Using the …

    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 »
  3. Building Gnuk for STM32 part of STM8S Discovery Kit

    Building Gnuk is not that hard after you have GNU Toolchain for ARM. This document shows exact log for your information.

    Please read README of Gnuk. Given you have the source code of Gnuk, it's simple: configure and make.

    configure

    We go to src directory at first, and invoke configure …

    more »
  4. Installing Gnuk to STM32 part of STM8S Discovery Kit

    Prerequisite

    Note that once you install Gnuk to its STM32F103,there is no way to recover to original state. That is, you cannot use the feature of USB dongle for STM8S any more.

    You have JTAG debugger which uses FTDI 2232D.

    You installed OpenOCD.

    You have source code of Gnuk …

    more »