Rating:
暗号文を見ると4つの難解なフォントでフラグが書かれているように思えます.後半3つはGoogle Lensなどを用いるとすぐ出てきますが,最初がわかりません.
* https://de.ffonts.net/Covenant.font.download
* https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB:KLI_pIqaD.svg
* https://www.pinterest.jp/pin/460704236877423332/
ここまでの暗号文を一度復号します.
![language](https://github.com/xryuseix/CTF_Writeups/raw/master/SpaceHeroes2022/img/languages.PNG)
`of choice there is no creativity`
Google で「of choice there is no creativity」と検索します.
`Without freedom of choice, there is no creativity`
が大量に出てきます.換字式暗号なので,同じ記号は同じ文字を意味します.「Without freedom」はあっていそうです.
![language](https://github.com/xryuseix/CTF_Writeups/raw/master/SpaceHeroes2022/img/language2.png)
これをもとに最初の5文字も当てはめてみます.
![language](https://github.com/xryuseix/CTF_Writeups/raw/master/SpaceHeroes2022/img/language3.png)
おそらく最初の5文字は`shctf`でしょう.これを`_`で区切ってフラグの形式で提出するとフラグが得られます.
`shctf{without_freedom_of_choice_there_is_no_creativity}`