Hint with "BitsnBytes"

can any one pm me i am not able to find any thing

ty @deleite for help

Hint after you compare images: Are you a 0 or a 1?

can someone hint me on how to get that data out from diff of the two images, i can see the dots, i got the diff data in separate file, but im stuck on how to get that data out to something usefull ? :slight_smile:

And just now enlarged image and tried converting to binary on those white/black pixels by hand, also inverted 0 and 1. No cigar :frowning:

Hello! Someone help me with this challenge? I don’t know how I start

Type your comment> @SnakeEyed said:

Hello! Someone help me with this challenge? I don’t know how I start

Look for a tool to compare the two images they give you. If you’re using Kali it’s already been installed.

nice challenge. hit me up if you need a nudge. Again an online tool we used for crypto challenges comes in handy!

I Have the last png, manual method to translate?

Type your comment> @eternaln00b said:

I Have the last png, manual method to translate?

You can make a script to make it easy. For example, I did it in C

Got it, finally. Message if you need any hints.

how read the code in the image?

Who can I PM for some advice with regards to this box? I have the new ‘diff’-ed image but have no idea how to get the values from it.

Someone who solve it can PM please? I think I found something but not sure if it’s the correct way, it’s seems a little bit crazy

I found out something that seems morse (it ends with .-.-. which means EOM, so I think this is morse, but @deleite said that isn’t…), but I can’t translate. I tried binary too

Type your comment> @Heichou said:

I found out something that seems morse (it ends with .-.-. which means EOM, so I think this is morse, but @deleite said that isn’t…), but I can’t translate. I tried binary too

It’s still true. No morse code there, the hint that I always do is…

If you have 2 colors, sometimes white and red/black what’s the similarity to bits and bytes?

I’ve found the difference between the images and the resulting image has a sequence of colors. Can someone drop me a nudge or help? Thanks in advance!

Solved! I liked this challenge :love

ggwp, what a challenge! xD
Thanks @snovvcrash for the right nudge!

Solved it! Just a hint … After you find the pattern you should convert “whites” and “reds/blacks” to 0s and 1s but you should be precise!

I’m not sure if this is the right way but:

  1. I’ve found the diff between the two images and the dots on the left column
  2. I’ve extracted the left column with white/black pixels with Gimp
  3. I’ve imported the dots in excel and substituted with 0s (for white dots) and 1s (for black dots)
    I obtain only useless data…maybe I’m doing wrong?