<?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>Software Denn &#187; Software Security</title>
	<atom:link href="http://sylpheed.org/category/software-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://sylpheed.org</link>
	<description>Seabloggers INC</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:14:19 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>About Apple’s Security Foundations</title>
		<link>http://sylpheed.org/2009/10/15/about-apple%e2%80%99s-security-foundations/</link>
		<comments>http://sylpheed.org/2009/10/15/about-apple%e2%80%99s-security-foundations/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 10:41:40 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Software Security]]></category>
		<category><![CDATA[About Apple’s Security Foundations]]></category>

		<guid isPermaLink="false">http://sylpheed.org/?p=381</guid>
		<description><![CDATA[Every once in a while it’s healthy to reinstall your system&#8230; I know, I know, it’s almost a heresy to say that, but that’s reality in the world where our systems are totally unverifiable. In fact I don’t even attempt to verify if my Mac laptop has been compromised in any way (most system files [...]]]></description>
			<content:encoded><![CDATA[<p>Every once in a while it’s healthy to reinstall your system&#8230; I know, I know, it’s almost a heresy to say that, but that’s reality in the world where our systems are totally unverifiable. In fact I don’t even attempt to verify if my Mac laptop has been compromised in any way (most system files are not signed anyway). But sometimes, you got this feeling that something might be wrong and you decide to reinstall to start your (digital) life all over again <img src='http://sylpheed.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, every time I (re)install a Mac-based system, I end up cursing horribly at Apple’s architects. Why? Because in the Apple World they seem to totally ignore the concept of files integrity, to such extent that it’s virtually impossible to get any assurance that the programs I install are in any way authentic (i.e. not tampered by some 3rd party, e.g. by somebody controlling my Internet connection).</p>
<p>Take any Apple installer package, e.g. Thunderbird. In most cases an installer package on Mac is a .dmg file, that represents an installation disk image. Now, when you open such a file under Mac, the OS will never display any information about if this file is somehow signed (e.g. by who) or not. In fact, I’m pretty sure it’s never signed. What you end up with, is a .dmg file that you just downloaded over plaintext HTTP and you have absolutely no way of verifying if it is the original file the vendor really published. And you’re just about to grant admin privileges to the installer program that is inside this file &#8212; after all it’s an installer, so must got root privileges, right (well, not quite maybe)? Beautiful&#8230;</p>
<p>Interestingly, this very same Thunderbird installer, but for Windows, is correctly signed, and Windows, correctly, displays that information (together with the ability to examine the certificate) and allows the user to make a choice of whether to allow it to run or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://sylpheed.org/2009/10/15/about-apple%e2%80%99s-security-foundations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authentication Requirements</title>
		<link>http://sylpheed.org/2009/05/23/authentication-requirements/</link>
		<comments>http://sylpheed.org/2009/05/23/authentication-requirements/#comments</comments>
		<pubDate>Sat, 23 May 2009 17:30:53 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Software Security]]></category>
		<category><![CDATA[Authentication Requirements]]></category>
		<category><![CDATA[Disclosure]]></category>
		<category><![CDATA[security informations]]></category>

		<guid isPermaLink="false">http://sylpheed.org/?p=43</guid>
		<description><![CDATA[Authentication helps to establish trust by identifying who a particular user/system is. Before discussing about the various aspects of authentication, let us see the attack that are identified in the context of communication across a network. The following attacks are identified:
Disclosure :
Release of message contents to any person or process not processing the appropriate cryptographic [...]]]></description>
			<content:encoded><![CDATA[<p>Authentication helps to establish trust by identifying who a particular user/system is. Before discussing about the various aspects of authentication, let us see the attack that are identified in the context of communication across a network. The following attacks are identified:</p>
<p><strong>Disclosure</strong> :</p>
<p>Release of message contents to any person or process not processing the appropriate cryptographic key.</p>
<p><strong>Traffic Analysis</strong> :</p>
<p>Discovery of patterns of traffic between parties. In a connection oriented- application, the frquency and duration of connection could be detemined. In either a connectionless environment, the number and length of message between parties could be determined.</p>
<p><strong>Masquerade</strong> :</p>
<p>Insertion of message into the network from a fraudulent source. This includes the creation of messages by an opponent as if it has come from an authorized entity. It also includes fraudulent acknowledgements of message reciept or non-reciept by someone other than the message recipient.</p>
<p><strong>Content Modification</strong> :</p>
<p>Changes to the contents of a message, including insertion, deletion, transposition and modification.</p>
<p><strong>Sequence Modification</strong> :</p>
<p>Any modification to a sequence of messages between parties ,including insertion,deletion and recording.</p>
]]></content:encoded>
			<wfw:commentRss>http://sylpheed.org/2009/05/23/authentication-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Security</title>
		<link>http://sylpheed.org/2009/05/03/email-security/</link>
		<comments>http://sylpheed.org/2009/05/03/email-security/#comments</comments>
		<pubDate>Sun, 03 May 2009 02:51:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Software Security]]></category>
		<category><![CDATA[email authentication]]></category>
		<category><![CDATA[Email Security]]></category>
		<category><![CDATA[network security]]></category>

		<guid isPermaLink="false">http://sylpheed.org/?p=12</guid>
		<description><![CDATA[Electronic mail is perhaps the most widely used application on the Internet. Using email, and internet user can sed a send a message to other internat users. Consequently, the security os email message has become an extremely important issue. Let us now study the main email security protocols:

Pretty Good Privacy(PGP)
Secure MIME(S/MIME)

Pretty Good Privacy(PGP) :
PGP provides [...]]]></description>
			<content:encoded><![CDATA[<p>Electronic mail is perhaps the most widely used application on the Internet. Using email, and internet user can sed a send a message to other internat users. Consequently, the security os email message has become an extremely important issue. Let us now study the main email security protocols:</p>
<ul>
<li>Pretty Good Privacy(PGP)</li>
<li>Secure MIME(S/MIME)</li>
</ul>
<p><strong>Pretty Good Privacy(PGP)</strong> :</p>
<p>PGP provides a confidentiality and authentication service that can be used for electronic mail and file storage application. Philzimmerman is the father of the PGP protocol. He has done the following,</p>
<ul>
<li>Selected the best available cryptographic algorithms as building blocks.</li>
<li>Integrated these algorithms into general purpose application that is independent of operating system and processor.</li>
<li>Made the package, its documentation and source code available via the Internet.</li>
<li>Entered into an agreement with Network associates to provide fully compatible, low cost version of PGP.</li>
</ul>
<p><strong>S/MIME Functionality :</strong></p>
<p>In terms of general functionality , S/MIME is quite similiar to PGP. Like PGP, S/MIME provides for digital signatures and encryption of  Email messages. More specifically, S/MIME offers following functionalities.</p>
<p><strong>Enveloped Data</strong> :</p>
<p>Consists of encrypted content of any type and encryption key encrypted with receiver&#8217;s public key.</p>
<p><strong>Signed Data </strong>:</p>
<p>Consists of message digest encrypted with the sender&#8217;s private key. The content and digital signature are both Base-64 encoded.</p>
<p><strong>Clear-Signed Data</strong>:</p>
<p>Similar to signed data. However, only the digital signature is Base-64 encoded.</p>
]]></content:encoded>
			<wfw:commentRss>http://sylpheed.org/2009/05/03/email-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
