• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

hiding data behind a file

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Need help understanding this code
 
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

nick sones wrote:Need help understanding this code...


That's a bit vague. What don't you understand?

And "all of it" is not a valid answer (even if it's accurate).

Winston
 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That code looks like it got decompiled. Assuming that's the case, and it was legal to do so: what's your interest in this code? Why do you think it does something that you need to understand, but can't ask its author?
 
nick sones
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got this code when i was surfing,so no point n asking the author.This code is actually steganography.It works too.But i am not able to understand the few sections in this code.Which part of this program is hiding the data file in a video file.The algorithm implemented here,is it LSB.If so,where is the code for that..Please be kind to reply for my post.Thanks in advance:)
 
Tim Moores
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I got this code when i was surfing,so no point n asking the author.


Sounds like you got it from a web page. This page had no author and no organization behind it? That must be quite a stealthy site :-) I'd be interested in checking this site out; what's its URL?
reply
    Bookmark Topic Watch Topic
  • New Topic