Gnuk Token を持ち運ぶのに袋を編みました。
初心者なのでうまく説明することができませんが、記録として書いておきます …
more »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.
Using the …
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 »
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.
We go to src directory at first, and invoke configure …