Rating:

# Time to coding

The second challenge is worth 200 points and it is called **Time to Coding**. The description of the challenge says:
```
Take a look at the python code file, and find the secret message in the file data.enc.
Flag format: flag{string}
```

So it seems like we have to take the data in the file *data.enc* and decrypt it using the information taken from the file *encrypt.py* (both files are given). The encrypted data is a simple string: *BBlZPqpYhG8\kJLhh\_Jh=:\}W

Original writeup (https://github.com/Heinzeen/ctf/blob/master/ejornadas_2020/time_to_coding/writeup.md).