Click here to Skip to main content
15,895,709 members
Articles / Programming Languages / C#

Steganography III - Change only one Bit per Pixel

Rate me:
Please Sign up or sign in to vote.
4.76/5 (21 votes)
3 Apr 2004CPOL1 min read 210.3K   5.8K   64  
An article about hiding each byte of a message bit-by-bit in eight pixels.
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 = Debug|.NET
		{20CB6D2A-5322-49D2-8CCF-EDC2CC2DD0D2}.Release.Build.0 = Debug|.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