Tags: beginner bacon crypto
Rating:
# Houseplant CTF 2020 – Beginner 8
* **Category:** beginners, crypto
* **Points:** 25
## Challenge
> You either mildly enjoy bacon, think it's a food of the gods, or are vegan/vegetarian.
>
> 00110 01110 00100 00000 10011 00101 01110 01110 00011 00011 01110 01101 10011 10010 10011 00000 10001 10101 00100
>
> Remember to wrap the flag in rtcp{}
>
> Hint! Make sure you use the "complete" alphabet.
## Solution
It's *Bacon cipher*, you can use an [on-line tool](https://www.dcode.fr/bacon-cipher) to decipher it.
```
GOEATFOODDONTSTARVE
```
So the flag is the following.
```
rtcp{GOEATFOODDONTSTARVE}
```