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. Key import from PC to Gnuk Token

    This document describes how I put my keys on PC to the Token, and remove keys from PC.

    Note that there is no ways to export keys from the Token, so please be careful.

    If you want to import same keys to multiple Tokens, please copy .gnupg directory before. In …

    more »
  4. Key import from PC to Gnuk Token (no removal)

    This document describes how I put my keys on PC to the Token without removing keys from PC.

    The difference is just not-to-save changes after key imports.

    After personalization, I put my keys into the Token.

    Here is the log.

    I invoke GnuPG with my key (4ca7babe) and with --homedir …

    more »