前提・実現したいこと
CTFでPGPを学ぼうとしています。
GPGでメッセージを暗号化したい(Linuxコマンド)
https://id0-rsa.pub/problem/19/
というサイトの終盤あたりです。
$ echo "hello id0!" | gpg -e --armor
を打ち込んだ後どうすればいいか分かりません。
次の問題に進むためには、どうしたらいいでしょうか?
発生している問題・エラーメッセージ
$ gpg --import [file]
(PGP PUBLIC KEYをimport)
$ echo "hello id0!" | gpg -e --armor
と入力すると
You did not specify a user ID. (you may use "-r")
Current recipients:
Enter the user ID. End with an empty line:
と出てきました。
ユーザーIDの入力を何度もも試みましたが、うまくいきません。
最後の「End with an empty line」の意味もよく分からないです。
該当のソースコード
root@A:~# echo "hello id0!" | gpg -e --armor
You did not specify a user ID. (you may use "-r")
Current recipients:
Enter the user ID. End with an empty line: id0-rsa.pub
gpg: 8EA95EFADDF97CC6: There is no assurance this key belongs to the named user
sub rsa2048/8EA95EFADDF97CC6 2015-11-19 id0-rsa.pub (http://id0-rsa.pub) id0rsa.pub@gmail.com
Primary key fingerprint: AB3A 59D4 3681 1F98 5B9B F6EA 2503 D0F1 A81B 09D4
Subkey fingerprint: F7CC 71CA 795D 166B 1E1B 3E6C 8EA9 5EFA DDF9 7CC6
It is NOT certain that the key belongs to the person named
in the user ID. If you really know what you are doing,
you may answer the next question with yes.
Use this key anyway? (y/N) y
試したこと
相手側のuserIDを入力してきても、よくわからない英文が出てくるので、メールアドレスなど関係しそうなもの色々打ち込みましたが、すべて同じ結果で駄目で死した。
補足情報(FW/ツールのバージョンなど)
VMware-KaliLinux
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2019/11/23 04:02