
Headline
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
I was sent this picture by an unknown individual, and after putting it through a hex editor, I found nothing out of the ordinary hidden inside. A message came with the image saying, "Can You Read Me?" Could you help me figure out what the hidden message says?? I can't figure out another way to read the image! Maybe Python's Pillow library can help you out? https://mega.nz/#!XewWgaaR!oXBHx7ZrmiKeRZy2OEfxTrrWcw511KCokzjNlBWV0Ao
First 10 Solvers
Rank | Username |
---|---|
1 | vidar |
2 | bobo1239 |
3 |
thekidofarcrania
|
4 | und1sclos3d |
5 | grinnds |
Rank | Username |
---|---|
6 | tenchijin |
7 | nychallenger |
8 | no_name_51 |
9 | Vermillion |
10 | brianpow |
Vinzel
Terpesona, Aku Terpesona....
impregnable
I have used stegsolve and extracted the png also but no result . Kindly help
chokocheng
Read the hint: Maybe Python's Pillow library can help you out?
from PIL import Image
Code here
impregnable
What do I need to compute in the code?
chokocheng
Read the RGB of pixel inside of image, then replace it into list. Remove duplicated RGB also
impregnable
When I removed duplicate pixels from a [list of [list of tuples] . and combined those pixels to make an image , it just showed me a vertical line of combined colors.
chokocheng
No, you don't have to convert it again into image, just read the ASCII number. After you got it, convert again from ASCII into Text.
impregnable
Thankyou bro for the hints..solved it finally in two days
chokocheng
Your welcome :D