CTFlearn-Writeups/Cryptography/HyperStream Test #2/README.md

27 lines
663 B
Markdown
Raw Normal View History

2020-07-31 18:48:25 +05:30
## HyperStream Test #2
The main idea finding the flag is to know Baconian Cipher.
#### Step-1:
After reading the challenge properly,
```
I love the smell of bacon in the morning!
ABAAAABABAABBABBAABBAABAAAAAABAAAAAAAABAABBABABBAAAAABBABBABABBAABAABABABBAABBABBAABB
```
#### Step-2:
It is clear that it has to be Baconian Cipher. Those who are unaware of it, can refer here:
https://en.wikipedia.org/wiki/Bacon%27s_cipher
I then quickly looked for online Baconian Cipher decoders.
#### Step-3:
I followed URL: https://www.dcode.fr/bacon-cipher.
I got the following results:
<img src="Flag.png">
#### Step-4:
Finally the flag becomes:
`ILOUEBACONDONTYOU`