Rating: 2.5

# BetterDoneThanPerfect

So we have a REALLY long string:

```
_9j_4AAQSkZJRgABAQEAeAB4AAD_4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD ......
```

First of all I tried to search the first part on Mr. Google and I found out that it was a image encoded in base64. I found this [webpage](https://base64.guru/converter/decode/image) to decode a base64 to image.

Then, I tried use the repair tool to clean the hash:

```
/9j/4AAQSkZJRgABAQEAeAB4AAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/ ......
```

And finally decode the base64 to an image:

![](https://i.ibb.co/Y3KtSj0/descarga.jpg)

And we have the flag:
```
flag{angrybones}
```