Challenge Points: 100
Challenge Description:

“The fault, dear Brutus, is not in our stars, but in ourselves.”
(I.ii.141) Julius Caesar in William Shakespeare’s Julius Caesar

Ciphertext: 7sj-ighm-742q3w4t

Since every flag in the CTF had to start with “RC3-2016”, we know partial plaintext value.

This led me to find a relation between the letters and the digits using the first 7 characters of the ciphertext and “RC3-2016”. The pattern that I could figure out was this:

plaintextciphertext
WC
XD
YE
ZF
0G
1H
2I
3J
4K
5L
6M
7N

Ciphertext: 7sj-ighm-742q3w4t

Using lookup table to substitute ciphertext character with its corresponding plaintext character, we get:
Flag: RC3-2016-ROMANGOD

Pretty basic :)
Looking forward to exploring and solving more questions in Cryptography!