
署名ファイルを右クリックして「その他の GpgEX オプション」->「検証」をクリックすると、有効であると表示され、私の電子メール アドレスと指紋の最後の 8 桁の 16 進数が表示されます。右クリックして GPGshell ->「復号化.../検証/インポート」を実行しても同じ結果になります。実際にこれを検証したい場合は、40 桁の 16 進数すべてが必要です。検証時に誰かの指紋の 40 桁すべてを表示するにはどうすればよいでしょうか。
答え1
ターミナル (コマンドプロンプト) で実行してみませんか:
gpg --fingerprint <user_id>
gpg のマニュアルページから引用します:
--fingerprint
List all keys (or the specified ones) along with their finger‐
prints. This is the same output as --list-keys but with the
additional output of a line with the fingerprint. May also be
combined with --list-sigs or --check-sigs. If this command is
given twice, the fingerprints of all secondary keys are listed
too.