![]() Shoutbox (View Full Shoutbox)
|
||||
Click Refresh to load shouts. |
||||
|
[Steganography] Message hidden in image
|
|
11-07-2009, 06:13 PM
(This post was last modified: 11-07-2009 06:27 PM by Ian. Edit Reason: N/A)
Post: #11
|
|||
|
|||
|
RE: [Steganography] Message hidden in image
I don't know if I have time to complete this, but it is a great idea and we should offer prizes in the future if this catches on. And by the way, DarkstaR is a sexy ass beast.
E4E5B1E4B9B1B1B2E6AFEDEFE3AEEEE9E2E5F4F3E1F0AEF0F4AFAFBAF0F4F4E8 TibiaAPI, SharpOT |
|||
|
11-07-2009, 07:43 PM
Post: #12
|
|||
|
|||
RE: [Steganography] Message hidden in image
(11-07-2009 06:13 PM)Ian Wrote: I don't know if I have time to complete this, but it is a great idea and we should offer prizes in the future if this catches on. And by the way, DarkstaR is a sexy ass beast. Ian is fucking pro. Show me a program to show how you found it, and you win. Haha. |
|||
|
11-08-2009, 02:19 AM
Post: #13
|
|||
|
|||
|
RE: [Steganography] Message hidden in image
Dark, you gotta decode my hex string for the source
TibiaAPI, SharpOT |
|||
|
11-08-2009, 08:48 AM
(This post was last modified: 11-08-2009 09:29 AM by DarkstaR. Edit Reason: )
Post: #14
|
|||
|
|||
|
RE: [Steganography] Message hidden in image
Wow, Ian, thats a simpler way of doing it!
Nest time I'll be sure to throw in some garbage values on the alpha pixels! Your codes simpler than mine :o Ians Code: Bitmap changed = new Bitmap(Image.FromFile(@"..\..\unknownmessage.png"));Mine Code: Dim B As Bitmap = PictureBox1.ImageSeems like I shoulda messed more with alpha bytes at random, because he didnt even need to get the random step value and stuff which I used when looping o: |
|||
|
11-08-2009, 03:09 PM
Post: #15
|
|||
|
|||
|
RE: [Steganography] Message hidden in image
I was wondering if those two values in the beginning meant anything
. It would have been good to randomly alter more, it would have taken me a lot longer then.
TibiaAPI, SharpOT |
|||
|
11-08-2009, 05:26 PM
Post: #16
|
|||
|
|||
RE: [Steganography] Message hidden in image
(11-08-2009 03:09 PM)Ian Wrote: I was wondering if those two values in the beginning meant anything I was just gonna find the average value written to alpha and make every other pixel have that value to make it virtually unnoticable what was what, but I didnt have the time! haha |
|||
|
01-19-2010, 12:38 PM
Post: #17
|
|||
|
|||
|
RE: [Steganography] Message hidden in image
Since it has already been solved, and that I'm to lazy to do it on my own, do you care to explain both what you've done with the pictures and how Ian solved it? I just read something briefly about chaning one bit in every bite, but that's about it.
|
|||
|
01-19-2010, 04:03 PM
Post: #18
|
|||
|
|||
|
RE: [Steganography] Message hidden in image
I changed the Alpha byte of certain pixels to represent a ASCII character value, basically.
|
|||
|
« Next Oldest | Next Newest »
|

![[-]](images/mint/collapse.gif)





. It would have been good to randomly alter more, it would have taken me a lot longer then.