hi every one i want to ask some coding for hidding data(texx file)within an image....in c#.net
description of project working:we have 1 image and one text file we want to hide the data of that text file into image using lsb(least significant bit) method for hidding that text file...fist we have to convert that image and text file into binary form then we have to apply lsb method for hidding that text file into image.....how it will be done?????answer fast

Recommended Answers

All 2 Replies

Break your program down into pieces. First I'd write a test console program that implements an LSB method for monkeying with bytes and ensure that it works the way I want. Then I'd write a GUI program to load an image and enumerate it's bytes, then save it. Finally, I'd work on merging the two.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.