GNUPG の基本
[インストール&鍵の作成方法] http://ykondou.dyndns.org:8080/columns/gpg.shtml http://linux.nikkeibp.co.jp/column/inflection/4/2.org.html http://www1.plala.or.jp/fukafuka/trouble/email.html http://tty0.exblog.jp/646860 [PGP 公開鍵サーバー] http://pgp.nic.ad.jp/jindex.html [“やばいメモリーを使用しています!“と言われてしまう] # ls -al `which gpg` -rwxr-xr-x 1 root root 560252 Aug 10 2001 /usr/bin/gpg* # chmod 4755 `which gpg` # (4755 or u+s) # ls -al `which gpg` -rwsr-xr-x 1 root root 560252 Aug 10 2001 /usr/bin/gpg* [uid を削除する] ...