ミラー元
git://git.gnupg.org/gnupg.git
同期済み 2025-07-02 22:46:30 +02:00
See ChangeLog: Fri Oct 8 20:32:01 CEST 1999 Werner Koch
このコミットが含まれているのは:
コミット
5e66583143
35個のファイルの変更、3234行の追加、2890行の削除
13
doc/FAQ
13
doc/FAQ
|
@ -349,4 +349,17 @@
|
|||
line is needed for modern signatures, to tell the parser which
|
||||
hash algorithm to use.
|
||||
|
||||
Q: Now can a get list of key IDs used to encrypt a message?
|
||||
A: gpg --batch --decrypt --status-fd 1 2>/dev/null \
|
||||
| awk '/^\[GNUPG:\] ENC_TO / { print $3 }'
|
||||
|
||||
|
||||
Q: PGP 5.x, 6.x does not like my secret key.
|
||||
A: PGP probaly bails out on some private comment packets used by GnuPG.
|
||||
These packets are fully in compliance with OpenPGP; however PGP is not
|
||||
really OPenPGP aware. A workaround is to eport the secret keys with
|
||||
this command:
|
||||
|
||||
gpg --export-secret-keys --no-comment -a your-key-id
|
||||
|
||||
|
||||
|
|
読み込み中…
Add table
Add a link
新しいイシューから参照