<?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>CISSP Fix &#187; encryption</title>
	<atom:link href="http://cisspfix.com/tag/encryption/feed" rel="self" type="application/rss+xml" />
	<link>http://cisspfix.com</link>
	<description>Here you can find every bit of information in an interactive way. Enjoy while learning, this will bring best out of you.</description>
	<lastBuildDate>Tue, 06 Jul 2010 05:05:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Understanding Cryptography..</title>
		<link>http://cisspfix.com/understanding-cryptography.html</link>
		<comments>http://cisspfix.com/understanding-cryptography.html#comments</comments>
		<pubDate>Fri, 12 Mar 2010 10:13:28 +0000</pubDate>
		<dc:creator>cisspfix</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[ciphertext]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">http://cisspfix.com/?p=17</guid>
		<description><![CDATA[Cryptography is a technique of encrypting and decrypting messages. When the text is encrypted, it is unreadable by humans. When the text is decrypted, it is readable by the humans. The terms used in cryptography are as follows: Plain text: This text can be read by a user. Cipher text: This text can be converted [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcisspfix.com%2Funderstanding-cryptography.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcisspfix.com%2Funderstanding-cryptography.html" height="61" width="51" /></a></div><p>Cryptography is a technique of encrypting and decrypting messages. When the text is encrypted, it is unreadable by humans. When the text is decrypted, it is readable by the humans. The terms used in cryptography are as follows: Plain text: This text can be read by a user. Cipher text: This text can be converted to a non-readable format. Encryption: It is the process of creating a cipher text from a plain text. Decryption: It is the process of converting a cipher text to a plain text. Cipher: It is an algorithm that is used to encrypt and decrypt text. Key: Keys are the elements that are used in the technology of encrypting and decrypting text. For more information read <a href="http://cisspfix.com/?p=14">Cryptographic attack</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcisspfix.com%2Funderstanding-cryptography.html&amp;linkname=Understanding%20Cryptography.."><img src="http://cisspfix.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://cisspfix.com/understanding-cryptography.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Get your hand into MD5..</title>
		<link>http://cisspfix.com/get-your-hand-into-md5.html</link>
		<comments>http://cisspfix.com/get-your-hand-into-md5.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 04:01:33 +0000</pubDate>
		<dc:creator>cisspfix</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[checksum]]></category>
		<category><![CDATA[decryption]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[MD5]]></category>

		<guid isPermaLink="false">http://cisspfix.com/get-your-hand-into-md5.html</guid>
		<description><![CDATA[What is MD5?
MD5 is an algorithm, which is used to check the integrity of the data through the construction of a 128-bit message digest from the input data, which may be a message of any length and is claimed to be as only one of its kind to that specific data. MD5 algorithm was developed [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcisspfix.com%2Fget-your-hand-into-md5.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcisspfix.com%2Fget-your-hand-into-md5.html" height="61" width="51" /></a></div><p><strong>What is MD5?</strong></p>
<p>MD5 is an algorithm, which is used to check the integrity of the data through the construction of a 128-bit message digest from the input data, which may be a message of any length and is claimed to be as only one of its kind to that specific data. MD5 algorithm was developed by Professor Ronald L. Rivest. This algorithm is originally created to use with digital signature applications, which requires that large files must be compressed by a secure method before being encrypted with a secret key, under a public key cryptosystem. MD5 is currently a standard, Internet Engineering Task Force (IETF) Request for Comments (RFC) 1321. It has been revealed that MD5 is not crash resistant; therefore MD5 algorithm is not suitable for the applications like SSL certificates or digital signatures that rely on this property. An MD5 hash is typically expressed as a 32 digit hexadecimal number. MD5 digests have been extensively used in the software industries to give assurance that the file, which is transferred has arrived unchanged. For example, file servers often provide a pre-computed MD5 checksum for the files, so that a user can compare the checksum of the downloaded file to it. Unix-based operating systems include MD5 sum utilities in their distribution packages, whereas Windows users use third-party applications. MD5 algorithm processes a variable-length message into a fixed-length output of 128 bits. The input message is broken up into pieces of 512-bit blocks; the message is padded so that its length is divisible by 512. The padding works as follows: first a single bit, 1, is appended to the end of the message. This is followed by as many zeros as are required to bring the length of the message up to 64 bits fewer than a multiple of 512. The remaining bits are filled up with a 64-bit integer representing the length of the original message, in bits.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcisspfix.com%2Fget-your-hand-into-md5.html&amp;linkname=Get%20your%20hand%20into%20MD5.."><img src="http://cisspfix.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://cisspfix.com/get-your-hand-into-md5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
