Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I want to develop application stegnography but now I don't know what to do next.
I have attached code below; can you tell me what to next?
Posted
Updated 18-Mar-10 6:58am
v4

1 solution

Well, first you need to complete the CreateStegFile method (it needs to return something exposing an IStegfile interface - maybe a Stegfile class). Then it migh be useful to implement the IStegfile interface get method...


Actually, maybe you should first search CodeProject articles for "Steganography". Corinna John has over 20 excellent articles on the subject. Most of her work is even in C#, and the explanations are clear and straightforward. Once you actually know what you are doing, the answer will likely be self-evident.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900