Click here to Skip to main content
15,896,606 members
Articles / Programming Languages / C#

Steganography V - Hiding Messages in MIDI Songs

Rate me:
Please Sign up or sign in to vote.
4.94/5 (20 votes)
5 Aug 2004CDDL6 min read 134.6K   2.4K   47  
An article about hiding bytes in the Program Change events of a MIDI file
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteganoMidi", "SteganoMidi.csproj", "{9270AA7D-56E3-451D-957C-920EE94A4506}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{9270AA7D-56E3-451D-957C-920EE94A4506}.Debug.ActiveCfg = Debug|.NET
		{9270AA7D-56E3-451D-957C-920EE94A4506}.Debug.Build.0 = Debug|.NET
		{9270AA7D-56E3-451D-957C-920EE94A4506}.Release.ActiveCfg = Release|.NET
		{9270AA7D-56E3-451D-957C-920EE94A4506}.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 Common Development and Distribution License (CDDL)


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

Comments and Discussions