Base 2 2 the 6
20 points Easy

There are so many different ways of encoding and decoding information nowadays... One of them will work! Q1RGe0ZsYWdneVdhZ2d5UmFnZ3l9

Flag
Rating 4.32
5
4
3
2
1

Discussion

-1
-1

good CTF

-1

base64

-2

base64

-2
Protected
0

fue un chiste!

-2
Protected
-1

Nice challenge!

-3

encoding method - base64

0

Base 2 2 the 6 means Base 2^6 which also means that the string is in base64 format....So we have to decode it from base64 encoding....You can use base64 module in python and base64.b64decode() function to decode it

0