Reverse Polarity(Writeup)
1 min readJul 7, 2019
Challenge Category :-Cryptography
Challenge Points :- 60
So , Let’s Gets started with one of the most Basic Challenges on CTFLEARN . An awesome place for beginners to get started with CTF and its basic conceptions .
So we can clearly see we got some binaries as a hint , Lets give a simple approach trying to convert it to ASCII .
So using some online tools I converted the binaries to ASCII format and got the flag
“CTF{Bit_Flippin}”
Hope you enjoyed the writeup :P