
RITSEC CTF - Crypto - Lost In
Contents
Crypto - Lost in - writeup
description
324c6e597364696f3259725a6f646d673261453d
Bingus sent us this encrypted messagen
Can you decrypt?
writeup
this is the message we got:
| |
this looks to be hex let’s translate that hex string to ascii:
| |
The = at the end most probably means that this is base64
If I try to decode this from base64 I get this:
| |
this is Arabic.
Once I try to use google translate to translate this to English I get this:
| |
All that is left is to wrap it with the flag format!
The final flag is:
| |