Click here to Skip to main content
15,886,542 members
Articles / Programming Languages / C#

Steganography - Hiding messages in the Noise of a Picture

Rate me:
Please Sign up or sign in to vote.
4.74/5 (64 votes)
12 Jul 2004CPOL3 min read 392.8K   11.3K   185  
Hiding all kinds of data in the pixels of bitmaps.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PictureKey", "PictureKey.csproj", "{20CB6D2A-5322-49D2-8CCF-EDC2CC2DD0D2}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{20CB6D2A-5322-49D2-8CCF-EDC2CC2DD0D2}.Debug.ActiveCfg = Debug|.NET
		{20CB6D2A-5322-49D2-8CCF-EDC2CC2DD0D2}.Debug.Build.0 = Debug|.NET
		{20CB6D2A-5322-49D2-8CCF-EDC2CC2DD0D2}.Release.ActiveCfg = Release|.NET
		{20CB6D2A-5322-49D2-8CCF-EDC2CC2DD0D2}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Software Developer
Germany Germany
Corinna lives in Hanover/Germany and works as a C# developer.

Comments and Discussions