matsui
matsu****@hotma*****
2002年 11月 15日 (金) 13:50:08 JST
matsuiです。ご回答ありがとうございます。 Ms/Mr tomo wrote in [sylpheed-win32-users:107]. >> C:\Program Files\sylpheed-083-w32\gnupg-w32cli\gnupg.exeをダブルクリック する >> と >> gpg: keyblock resource `C:/GnuPG\secring.gpg': file open error >> gpg: keyblock resource `C:/GnuPG\pubring.gpg': file open error >> gpg: Go ahead and type your message ... > 私も同じことをして、このような結果になりました。 > http://murakamiqq.infoseek.livedoor.com/gnupg/ > このサイトの「gnupgのインストール」を参考にしてください。 ftp://ftp.kddlabs.co.jp/security/pgpi/gnupg/gnupg-w32-1.0.6.zip をダウンロード・解凍しました。 解凍して出来たgpg.exeをC:\WINNT\system32下にコピーしました。 C:\gnupgを予め作成しておいてからコマンドプロンプトでgpgを実行して C:\>gpg gpg: C:/GnuPG/secring.gpg: keyring created gpg: C:/GnuPG/pubring.gpg: keyring created gpg: Go ahead and type your message ... となりました。この後、このコマンドプロンプトウィンドウを閉じました。 C:\gnupg\pubring.gpg、C:\gnupgp\secring.gpgが生成されました。 c:\gnupgの中に、 http://murakamiqq.infoseek.livedoor.com/gnupg/pubkey.asc http://murakamiqq.infoseek.livedoor.com/gnupg/seckey.asc http://murakamiqq.infoseek.livedoor.com/gnupg/example.doc.asc をコピーしてコマンドプロンプトで C:\>cd c:\gnupg C:\gnupg>gpg --allow-secret-key-import --import seckey.asc gpg: key 8C7DF3B2: secret key imported gpg: Total number processed: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 C:\gnupg>gpg --import pubkey.asc gpg: key 8C7DF3B2: public key imported gpg: C:/GnuPG/trustdb.gpg: trustdb created gpg: Total number processed: 1 gpg: imported: 1 C:\gnupg>gpg --update-trustdb gpg: 1 keys processed C:\gnupg>gpg --update-trustdb gpg: 1 keys processed C:\gnupg>gpg --list-keys C:/GnuPG/pubring.gpg -------------------- pub 1024D/8C7DF3B2 2002-06-09 foobar (only for test) <fooba****@examp*****> sub 1024g/0DAD71FE 2002-06-09 C:\gnupg>gpg --decrypt example.doc.asc > example.doc You need a passphrase to unlock the secret key for user: "foobar (only for test) <fooba****@examp*****>" 1024-bit ELG-E key, ID 0DAD71FE, created 2002-06-09 (main key ID 8C7DF3B2) Enter passphrase: gpg: encrypted with 1024-bit ELG-E key, ID 0DAD71FE, created 2002-06-09 "foobar (only for test) <fooba****@examp*****>" となり、復合化されたC:\gnupgp\example.docが生成されました。 > 暗号鍵を作成するときは > gpg --gen-key > とします。 > うまくいくといいですね。 C:\gnupg>gpg --gen-key Please select what kind of key you want: (1) DSA and ElGamal (default) (2) DSA (sign only) (4) ElGamal (sign and encrypt) Your selection?1 SA keypair will have 1024 bits. bout to generate a new ELG-E keypair. minimum keysize is 768 bits default keysize is 1024 bits highest suggested keysize is 2048 bits hat keysize do you want? (1024) Requested keysize is 1024 bits Please specify how long the key should be valid. 0 = key does not expire <n> = key expires in n days <n>w = key expires in n weeks <n>m = key expires in n months <n>y = key expires in n years Key is valid for? (0) 1024 Key expires at 09/04/05 13:38:42 Is this correct (y/n)? y You need a User-ID to identify your key; the software constructs the user id from Real Name, Comment and Email Address in this form: "Heinrich Heine (Der Dichter) <heinr****@duess*****>" Real name: Matsui Email address: matsu****@hotma***** Comment: This is Matsui's gen-key You selected this USER-ID: "Matsui (This is Matsui's gen-key) <matsu****@hotma*****> " Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o You need a Passphrase to protect your secret key. Enter passhprase: Reentry passphase: gpg: NOTE: you should run 'diskperf -y' to enable the disk statistics gpg: NOTE: you should run 'diskperf -y' to enable the disk statistics We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy. ..+++++++++++++++.+++++..++++++++++.++++++++++..++++++++++++++++++++++++++++ ++++ +++++++++++++..+++++.++++++++++++++++++++++++++++++.++++++++++>+++++..+++++. .... ......................................>+++++.<.+++++.............>+++++..... .+++ ++ gpg: NOTE: you should run 'diskperf -y' to enable the disk statistics gpg: NOTE: you should run 'diskperf -y' to enable the disk statistics We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy. +++++++++++++++++++++++++++++++++++++++++++++++++++++++.+++++.++++++++++++++ +.++ +++...+++++.++++++++++++++++++++.++++++++++++++++++++..+++++....+++++^^^^^ public and secret key created and signed. となりました。 でもC:\Program Files\sylpheed-083-w32\bin\sylpheed.exeをダブルクリックすると 「GnuPGが正しくインストールされていないかバージョンが古すぎます。OpenPGサ ポートは無効です。」 となってしまいました。やり方を間違ってしまったでしょうか? お手数お掛けしまして申し訳ありません。