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

Crypto 0x005

Jonathan Ho edited this page Mar 24, 2020 · 1 revision

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 is a reference to a line Caesar utters while being stabbed to death in the play Julius Caesar by William Shakespeare.

Doing some research, we find that Caesar was stabbed to death by daggers and we discover there is an alphabet using daggers.

Translating from the Daggers Alphabet to English, we get riftctfbonjourelliot.

Flag: riftCTFbonjourelliot

Clone this wiki locally