Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Crypto 0x007

Jonathan Ho edited this page Mar 24, 2020 · 2 revisions

For this challenge, we are given a jpg file.

Analyzing the file, the symbols tell us that they represent an alphabet/substitution cipher. The hint tells us that it is another alphabet of some sort.

Doing some research, we discover that the cipher is using the Hylian Alphabet from the video game series, Legends of Zelda.

Translating from the Hylian Alphabet to English, we get riftctfsurvivalofthefittest.

Flag: riftCTF{survival_of_the_fittest}

Clone this wiki locally