<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Secure Today &#187; confidentiality</title>
	<atom:link href="http://www.securetoday.net/tag/confidentiality/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.securetoday.net</link>
	<description>Protecting your own for the future</description>
	<lastBuildDate>Thu, 25 Feb 2010 16:25:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Art of Steganography</title>
		<link>http://www.securetoday.net/2009/06/the-art-of-steganography/</link>
		<comments>http://www.securetoday.net/2009/06/the-art-of-steganography/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 03:33:25 +0000</pubDate>
		<dc:creator>Zarex dela Cruz, CISSP</dc:creator>
				<category><![CDATA[AIC Triad]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[confidentiality]]></category>
		<category><![CDATA[cryptology]]></category>
		<category><![CDATA[digital certificate]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[integrity]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[PKI]]></category>
		<category><![CDATA[steganography]]></category>

		<guid isPermaLink="false">http://www.securetoday.net/?p=125</guid>
		<description><![CDATA[Steganography is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient, suspects the existence of the message, a form of security through obscurity [Wikipedia].



Few months ago, I was drafting an article about Cryptography. In my draft I wanted to expand the use [...]]]></description>
			<content:encoded><![CDATA[<p><strong>S</strong>teganography is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient, suspects the existence of the message, a form of security through obscurity [<a href="http://en.wikipedia.org/wiki/Steganography" target="_blank">Wikipedia</a>].<br />
<center><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param value="http://www.securetoday.net/wp-content/uploads/2009/10/steg.swf" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.securetoday.net/wp-content/uploads/2009/10/steg.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="550" height="350" src="http://www.securetoday.net/wp-content/uploads/2009/10/steg.swf" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
</center></p>
<p>Few months ago, I was drafting an article about Cryptography. In my draft I wanted to expand the use of Cryptography to not only to cover Confidentiality but likewise Integrity. I began to write in the lines about Public Key Infrastructure; the use of digital signature to encrypt as well as to sign messages. In my search for an email from a friend, I came across an unsent email from my Drafts folder. An old email more than four years ago titled Steganography. In my email were two images. One original and one was stego file. I recall I planned to send to my classmate for our Steganography research. So about less than five years later, here I am talking about the same “art”. Ah, the art and science of steganography.</p>
<p>Earlier this year, I attended a Product Advisory Council meeting from McAfee. One of the future product integration they are adding to their suite of Security products is the Data Leakage Protection, from the acquisition of Reconnix.</p>
<p>The DLP, be it a Host or Network addresses the detection of file that could be leaking out from a confidentiality standpoint within the company. One of the concerns I have brought up was the detection steganography. As you can see, even sophisticated technology could lack in the ability to decrypt or guess the algorithm used in the steganography.</p>
<p>It is not the scope of this article to cover how steganography is performed or ways to accomplish it. Likewise, this article is not going to list down available steganography tools to perform this. In searching the Internet, you could probably find many articles about this and the tools available as well as countermeasures.</p>
<p><span id="more-125"></span>This article only wishes to address the pros and cons of steganography. As with many tools and technologies, using it with the wrong hands determines the result of it. As a security professional, this should be used as yet another layered defense or security. If we combine steganography with PKI, the result is a more secured document. Let’s take this simple approach:</p>
<p>I have a document. The document is hashed for message integrity. Together with the hash, I encrypt it with my private key. This is non-repudiation. The altogether result is encrypted with the user’s public key. This is confidentiality, since only the receiver can decrypt it. The result is cryptic digitally signed message. This is the PKI part. This by itself is already super secure. What if I still want to embed this using steganography and the result is encrypt again with my private key? Maybe it is too much but you see my point in combining them to add layers of security.</p>
<p>I’ll write a separate discussion on digital certificates next time, but for now the use of steganography can be very beneficial. On the other hand, this tool can be used in bad ways as well. It was also suspected that terrorists have used this method for their communications, but no evidence to support it.</p>
<p>This is a very simple method to conceal your messages. The result is almost impossible for the naked eye to spot the difference. Back to the two images I’ve talked about earlier in my email. By looking at them both now, scared me to tell that I cannot spot which one has embedded document and which one is not. Both appear identical and file size is the same.</p>
<p>In conclusion, when you see an image, for example the logo in this website, how easy for you to know that it is actually an image embedded with my secret recipe for my steak sauce for my sister to download? Scary but it could be true. But it is not the end of the world; steganalysis, which is the science of detecting hidden messages using steganography exist. Similar to cryptography, these are not impossible to crack. It is not a matter of if, it is a matter of when.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securetoday.net/2009/06/the-art-of-steganography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
