From 061107387e0f2dd8579ab0ee47a4c6a2676fa1b6 Mon Sep 17 00:00:00 2001 From: Hisumi01 <166520861+Hisumi01@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:33:18 +0800 Subject: [PATCH] Create writeup.md --- challenges/crypto/Runes/writeup.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 challenges/crypto/Runes/writeup.md diff --git a/challenges/crypto/Runes/writeup.md b/challenges/crypto/Runes/writeup.md new file mode 100644 index 0000000..0c5e3e9 --- /dev/null +++ b/challenges/crypto/Runes/writeup.md @@ -0,0 +1,12 @@ +This challenge requires the completion of the previous challenge "Blub Blub Blub" to get the hint. +- From the previous challenge, the main clue is "PIG". +- To solve the challenge, use the Pigpen cipher to decode the rune carvings. +- Pigpen cipher is a geometric simple substitution cipher. + +There are 2 methods +1. Do it manually by using the Pigpen cipher chart +![image](https://github.com/lenebread/GiTxHextech-Challenge-Repo/assets/166520861/558412c8-d668-4ec8-8851-0dbd0bec24c2) + +2. Use a online decoder to solve (https://www.boxentriq.com/code-breaking/pigpen-cipher) +image +