Points: 50
Reversing
Can you decode the following string
dGg0dF93NHNfczFtcEwz
from base64 format to ASCII?
Submit your answer in our competition's flag format. For example, if you answer was 'hello', you would submit 'picoCTF{hello}' as the flag.
>>> print 'dGg0dF93NHNfczFtcEwz'.decode('base64')
th4t_w4s_s1mpL3
picoCTF{th4t_w4s_s1mpL3}