systems-2022-editorials

Editorials for Silicon Maze Systems Track 2022

View on GitHub

Successor to the Iron Throne

Category: Crypto

Author: Pratik Jallan

Answer / Flag: MAZE{BraNStark}

Problem Statement

Purportedly made from a thousand swords and knives, the Iron Throne is a massive and asymmetrical tangle of jagged and twisted blades, in which reclining is impossible.

However, these blades information. The swords so twisted as if to represent nothingness, a zero, while the knives so fine and straight. The following information was engraved on the iron throne:

However, only the true successor to the Iron Throne can access the information. The key is associated to the sum of the most important numbers in Westeros. The key is of the format: MAZE{message}

Hint

Solution

The user must first access the file. The password is 3 + 7, the two most important numbers in Westeros.

After that, they obtain a file with swords and knives written as the engraving. Swords represent a 0 as stated in the question, while knife a 1. Decode it accordingly to obtain a binary string.

Convert it into a character string, and then apply caesar cipher using 1000 as the key. You know the name of the true successor to the Iron Throne.