CTFlearn Writeups
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
rishitsaiya 53fd30619d Added CTFlearn writeups 4 years ago
..
Decode.png Added CTFlearn writeups 4 years ago
README.md Added CTFlearn writeups 4 years ago

README.md

Base 2 2 the 6

The main idea finding the flag is $2^6$ = 64.

Step-1:

After we read the message given,

Q1RGe0ZsYWdneVdhZ2d5UmFnZ3l9

It is clearly Base64 encrypted.

Step-2:

I tried to decode it online here: https://www.base64decode.org/

I got the following result:

Step-3:

Finally the flag becomes: CTF{FlaggyWaggyRaggy}