Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have actually tried to find previous work but all are already made apps and I need build one for my final year project.I am looking for answers and guides

What I have tried:

I have actually tried to find previous work
Posted
Updated 11-Aug-17 21:02pm
v2

As this is homework, you need to do the hard yards and complete the assignment yourself. In today's world, you have powerful tools at your fingertips that were not available to many of us older programmers who had to figure it out by ourself!

This is not a new problem to be solved, many have done this in the past and have shared their solutions with the community. The best that I can do is recommend a couple of searches that have a wealth of information:

* CodeProject Search: steganography [^]
* Google Search: c# steganography[^]
 
Share this answer
 
Quote:
I have actually tried to find previous work but all are already made apps

You may have to build your own solution.
Quote:
How can build a desktop app to detect steganography image?

The general principle of steganography is pretty well known, the problem you will encounter is that details are left to programmer.
- The way data is embedded in picture depend on taste and skills of programmer, there are tens of ways to do it.
- Since data can be compressed and encoded, you can't rely on readability of extracted data to identify that what you read is actual data.
- Some garbage data can be appended at the end of actual data to prevent too easy detection of boundaries.

So steganography detection without knowledge of actual method used for encoding and embedding can be pretty tough.
We do not do your HomeWork.
 
Share this answer
 

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