暗号 復号 簡単な例

前へ

ユーザー”(aite)、 (fdopstm)”との データーの 交換 その2

再度暗号化して ファイルを 送る

aite@sv:~$ cat file_aite_to_fdopstm001 
aite から fdopstm へ 最初に送る データ 番号は No.F_aite_T_fdopstm-001

へたら作成

aite@sv:~$ gpg --encrypt --output 002_from_aite_to_fdopstm.asc \
--armor --recipient fdopstm file_aite_to_fdopstm001
aite@sv:~$ ls -l | sed 1d
-rw-r--r--  1 aite users   1001  9月  5日  22:57 001_from_aite_to_fdopstm.asc
-rw-r--r--  1 aite users   1001  9月  6日  23:31 002_from_aite_to_fdopstm.asc
drwx--x--x  3 aite users   4096  8月 24日  21:38 Mail/
drwxr-xr-x  2 aite users   4096  8月 24日  21:38 Sample/
-rw-r--r--  1 aite users     70  9月  5日  22:05 file_aite_to_fdopstm001

送ります

aite@sv:~$ scp 002_from_aite_to_fdopstm.asc fdopstm@192.168.0.5:/home/fdopstm
fdopstm@192.168.0.5's password: 
stty: standard input: 無効な引数です
stty: standard input: 無効な引数です
stty: standard input: 無効な引数です
002_from_aite_to_fdopstm.asc                  100% 1001     1.0KB/s   00:00

復号します

fdopstm@lx:~$ ls -l | grep aite
-rw-r--r-- 1 fdopstm  users 1001  9月  5日  23:02 001_from_aite_to_fdopstm.asc
-rw-r--r-- 1 fdopstm  users 1001  9月  6日  23:36 002_from_aite_to_fdopstm.asc

対象となるのは”002_from_aite_to_fdopstm.asc”ですので

fdopstm@lx:~$ gpg --decrypt 002_from_aite_to_fdopstm.asc 

次のユーザーの秘密鍵のロックを解除するには
パスフレーズがいります:“fdopstm hontoudesu (saisho desu) <fdopstm@lx.bcnet.ne.jp>”
2048ビットELG-E鍵, ID 7C4C64AB作成日付は2007-09-05 (主鍵ID C04EE068)

パスフレーズを入力: 
パスフレーズがいります:“fdopstm hontoudesu (saisho desu) <fdopstm@lx.bcnet.ne.jp>”
2048ビットELG-E鍵, ID 7C4C64AB作成日付は2007-09-05 (主鍵ID C04EE068)

gpg: 2048-ビットELG-E鍵, ID 7C4C64AB, 日付2007-09-05に暗号化されました
      “fdopstm hontoudesu (saisho desu) <fdopstm@lx.bcnet.ne.jp>”
aite から fdopstm へ 最初に送る データ 番号は No.F_aite_T_fdopstm-001

何とも文句いわれずに 暗号化する事が出来ました、 しかしながら

opstm@lx:~$ gpg --verify 002_from_aite_to_fdopstm.asc 
gpg: verify signatures failed: 予期せぬデータです

これは ファイルに対する 署名が無いからの 様です。

にゃんたろう 拝!

2007年 9月 6日 (木) 23:45:43 JST 作成


前へ

暗号 復号 簡単な例

Copyright © 2007. nyantarou All Rights Reserved.