Siunam's Website

My personal website

Home About Blog Writeups Projects E-Portfolio

Way 2 Basic

Overview

Background

Author: @JohnHammond#6971

Here is some data represented in base 2. What is this data represented as ASCII text?

01100110 01101100 01100001 01100111 01111011 00111001 00110000 01100011 00110110 01100101 01100010 01100101 00111001 00110100 00110001 00110101 00110110 00110001 01100011 01100110 01100001 01100100 01100110 01100001 01100101 00110001 00110111 00110000 01100001 00111000 01100110 00110000 01100101 01100001 00110010 00110101 00110010 01111101

Find The Flag

In here, we can throw those base 2(binary) data to CyberChef!

Note: Binary is just 1s and 0s, as the name suggested, base 2.

Found it!

Conclusion

What we’ve learned:

  1. Converting binary data to ASCII text