<?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>SecurityXploded Blog &#187; Secure Coding</title>
	<atom:link href="http://nagareshwar.securityxploded.com/category/secure-coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://nagareshwar.securityxploded.com</link>
	<description>http://SecurityXploded.com</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:58:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Book of the Month &#8211; Android in Action</title>
		<link>http://nagareshwar.securityxploded.com/2011/02/21/book-of-the-month-android-in-action/</link>
		<comments>http://nagareshwar.securityxploded.com/2011/02/21/book-of-the-month-android-in-action/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 08:31:02 +0000</pubDate>
		<dc:creator>Nagareshwar Talekar</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[Secure Coding]]></category>
		<category><![CDATA[Security Books]]></category>

		<guid isPermaLink="false">http://nagareshwar.securityxploded.com/?p=1221</guid>
		<description><![CDATA[<a href="http://nagareshwar.securityxploded.com/2011/02/21/book-of-the-month-android-in-action/"><img align="left" hspace="5" width="150" src="http://nagareshwar.securityxploded.com/images/bookofthemonth_feb_2011_android_in_action.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a> </td> <td style="vertical-align:top;text-align:justify;"> Lately I was looking for the best &#38; latest book on Android programming and after stumbling through many of the Android books on Amazon I finally got exactly what I was looking for! . The [...]]]></description>
		<wfw:commentRss>http://nagareshwar.securityxploded.com/2011/02/21/book-of-the-month-android-in-action/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>CryptoCode: Create SHA256 Hash using OpenSSL</title>
		<link>http://nagareshwar.securityxploded.com/2010/11/23/cryptocode-create-sha256-hash-using-openssl/</link>
		<comments>http://nagareshwar.securityxploded.com/2010/11/23/cryptocode-create-sha256-hash-using-openssl/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 11:04:57 +0000</pubDate>
		<dc:creator>Nagareshwar Talekar</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Secure Coding]]></category>

		<guid isPermaLink="false">http://nagareshwar.securityxploded.com/?p=1014</guid>
		<description><![CDATA[<a href="http://nagareshwar.securityxploded.com/2010/11/23/cryptocode-create-sha256-hash-using-openssl/"><img align="left" hspace="5" width="150" height="150" src="http://nagareshwar.securityxploded.com/wp-content/plugins/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a> </td> <td style="vertical-align:top;text-align:justify;"> In the previous CryptoCode series articles, I had written about generating MD5/SHA1/SHA256 hashes, encryption/decryption algorithms using Windows Cryptography functions. Today I am writing about creating SHA256 hash using OpenSSL&#8217;s Cryptography Library. . OpenSSL is very [...]]]></description>
		<wfw:commentRss>http://nagareshwar.securityxploded.com/2010/11/23/cryptocode-create-sha256-hash-using-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CryptoCode: Index of All Crypto Articles</title>
		<link>http://nagareshwar.securityxploded.com/2010/11/17/cryptocode-index-of-all-crypto-articles/</link>
		<comments>http://nagareshwar.securityxploded.com/2010/11/17/cryptocode-index-of-all-crypto-articles/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 11:57:21 +0000</pubDate>
		<dc:creator>Nagareshwar Talekar</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Secure Coding]]></category>

		<guid isPermaLink="false">http://nagareshwar.securityxploded.com/?p=993</guid>
		<description><![CDATA[<a href="http://nagareshwar.securityxploded.com/2010/11/17/cryptocode-index-of-all-crypto-articles/"><img align="left" hspace="5" width="150" height="150" src="http://nagareshwar.securityxploded.com/wp-content/plugins/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a> </td> <td style="vertical-align:top;text-align:justify;"> Recently I had been writing about code samples for demonstrating the usage of various Cryptography functions such as generating MD5/SHA256 hash generation, encryption of password based on the key, BASE 64 encoder/decoder etc. Here is [...]]]></description>
		<wfw:commentRss>http://nagareshwar.securityxploded.com/2010/11/17/cryptocode-index-of-all-crypto-articles/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Crypto Code: Base64 Encoder</title>
		<link>http://nagareshwar.securityxploded.com/2010/11/17/crypto-code-base64-encoder/</link>
		<comments>http://nagareshwar.securityxploded.com/2010/11/17/crypto-code-base64-encoder/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 11:48:45 +0000</pubDate>
		<dc:creator>Nagareshwar Talekar</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Secure Coding]]></category>

		<guid isPermaLink="false">http://nagareshwar.securityxploded.com/?p=988</guid>
		<description><![CDATA[<a href="http://nagareshwar.securityxploded.com/2010/11/17/crypto-code-base64-encoder/"><img align="left" hspace="5" width="150" height="150" src="http://nagareshwar.securityxploded.com/wp-content/plugins/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a> </td> <td style="vertical-align:top;text-align:justify;"> In previous posts I had written about Base64 decoder and other hashing algorithms using Windows Cryptography functions.  In this post I will write simple C program for BASE64 Encoder. . Due to its simplicity BASE64 [...]]]></description>
		<wfw:commentRss>http://nagareshwar.securityxploded.com/2010/11/17/crypto-code-base64-encoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CryptoCode: Base64 Decoder</title>
		<link>http://nagareshwar.securityxploded.com/2010/11/02/cryptocode-base64-decoder/</link>
		<comments>http://nagareshwar.securityxploded.com/2010/11/02/cryptocode-base64-decoder/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 14:21:37 +0000</pubDate>
		<dc:creator>Nagareshwar Talekar</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Secure Coding]]></category>

		<guid isPermaLink="false">http://nagareshwar.securityxploded.com/?p=958</guid>
		<description><![CDATA[<a href="http://nagareshwar.securityxploded.com/2010/11/02/cryptocode-base64-decoder/"><img align="left" hspace="5" width="150" height="150" src="http://nagareshwar.securityxploded.com/wp-content/plugins/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a> </td> <td style="vertical-align:top;text-align:justify;"> In previous blog posts I had written about MD5 &#38; SHA256 Hash generation algorithms as well as DES Encryption/Decryption methods using Windows Cryptography Functions.  Today I am going to present a crypto program for Base64 [...]]]></description>
		<wfw:commentRss>http://nagareshwar.securityxploded.com/2010/11/02/cryptocode-base64-decoder/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CryptoCode: DES Encryption &amp; Decryption using SHA1 Hash Key</title>
		<link>http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-des-encryption-decryption-using-sha1-hash-key/</link>
		<comments>http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-des-encryption-decryption-using-sha1-hash-key/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 08:42:39 +0000</pubDate>
		<dc:creator>Nagareshwar Talekar</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Secure Coding]]></category>

		<guid isPermaLink="false">http://nagareshwar.securityxploded.com/?p=926</guid>
		<description><![CDATA[<a href="http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-des-encryption-decryption-using-sha1-hash-key/"><img align="left" hspace="5" width="150" height="150" src="http://nagareshwar.securityxploded.com/wp-content/plugins/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a> </td> <td style="vertical-align:top;text-align:justify;"> In previous posts, I wrote example code for generating MD5 Hash &#38; SHA1 Hash using Windows Cryptography Functions. Here I am going to write about DES encryption/decryption algorithm with SHA1 based Hash key generated using [...]]]></description>
		<wfw:commentRss>http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-des-encryption-decryption-using-sha1-hash-key/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CryptoCode:  Generate SHA1/SHA256 Hash using Windows Cryptography Library</title>
		<link>http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-generate-sha1sha256-hash-using-windows-cryptography-library/</link>
		<comments>http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-generate-sha1sha256-hash-using-windows-cryptography-library/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 05:26:07 +0000</pubDate>
		<dc:creator>Nagareshwar Talekar</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Secure Coding]]></category>

		<guid isPermaLink="false">http://nagareshwar.securityxploded.com/?p=918</guid>
		<description><![CDATA[<a href="http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-generate-sha1sha256-hash-using-windows-cryptography-library/"><img align="left" hspace="5" width="150" height="150" src="http://nagareshwar.securityxploded.com/wp-content/plugins/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a> </td> <td style="vertical-align:top;text-align:justify;"> In my previous blog post on &#8216;Generating MD5 Hash&#8217;,  I wrote code example on creating MD5 hash.  Today I will be presenting the direct code sample for generating SHA1 hash using Windows Cryptography functions. Due [...]]]></description>
		<wfw:commentRss>http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-generate-sha1sha256-hash-using-windows-cryptography-library/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CryptoCode:  Generate MD5 Hash using Windows Cryptography Library</title>
		<link>http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-generate-md5-hash-using-windows-cryptography-library/</link>
		<comments>http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-generate-md5-hash-using-windows-cryptography-library/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 05:04:10 +0000</pubDate>
		<dc:creator>Nagareshwar Talekar</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Secure Coding]]></category>

		<guid isPermaLink="false">http://nagareshwar.securityxploded.com/?p=911</guid>
		<description><![CDATA[<a href="http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-generate-md5-hash-using-windows-cryptography-library/"><img align="left" hspace="5" width="150" height="150" src="http://nagareshwar.securityxploded.com/wp-content/plugins/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a> </td> <td style="vertical-align:top;text-align:justify;"> Here I have decided to put together series of Crypto sample using Windows Cryptography functions as well as OpenSSL library. This is to make it easier for myself as well as others to find ready [...]]]></description>
		<wfw:commentRss>http://nagareshwar.securityxploded.com/2010/10/22/cryptocode-generate-md5-hash-using-windows-cryptography-library/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DLL Hijacking Exploit &#8211;  All at One Place</title>
		<link>http://nagareshwar.securityxploded.com/2010/08/24/dll-hijacking-exploit-all-at-one-place/</link>
		<comments>http://nagareshwar.securityxploded.com/2010/08/24/dll-hijacking-exploit-all-at-one-place/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:35:31 +0000</pubDate>
		<dc:creator>Nagareshwar Talekar</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hidden Myths]]></category>
		<category><![CDATA[Pen Testing]]></category>
		<category><![CDATA[Secure Coding]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[Security Vulnerability]]></category>
		<category><![CDATA[Vulnerability Research]]></category>

		<guid isPermaLink="false">http://nagareshwar.securityxploded.com/?p=635</guid>
		<description><![CDATA[<a href="http://nagareshwar.securityxploded.com/2010/08/24/dll-hijacking-exploit-all-at-one-place/"><img align="left" hspace="5" width="150" height="150" src="http://nagareshwar.securityxploded.com/wp-content/plugins/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a> </td> <td style="vertical-align:top;text-align:justify;"> The web is full of recent DLL Hijacking Exploit after HDMoore and other security researchers have reported about numerous Windows applications suffering  from these flaws.  Here I have decided to put together simple version with [...]]]></description>
		<wfw:commentRss>http://nagareshwar.securityxploded.com/2010/08/24/dll-hijacking-exploit-all-at-one-place/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Book of the Month &#8211; SQL Injection Attacks and Defense</title>
		<link>http://nagareshwar.securityxploded.com/2010/02/22/book-of-the-month-sql-injection-attacks-and-defense/</link>
		<comments>http://nagareshwar.securityxploded.com/2010/02/22/book-of-the-month-sql-injection-attacks-and-defense/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:05:56 +0000</pubDate>
		<dc:creator>Nagareshwar Talekar</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Pen Testing]]></category>
		<category><![CDATA[Secure Coding]]></category>
		<category><![CDATA[Security Books]]></category>
		<category><![CDATA[Security Vulnerability]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://nagareshwar.securityxploded.com/?p=428</guid>
		<description><![CDATA[<a href="http://nagareshwar.securityxploded.com/2010/02/22/book-of-the-month-sql-injection-attacks-and-defense/"><img align="left" hspace="5" width="150" src="http://nagareshwar.securityxploded.com/images/bookofthemonth_feb_2010_sqlinjection-attack_defense.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a> </td> <td style="vertical-align:top;text-align:justify;"> SQL Injection is one of the most popular web attacks that the security world has ever witnessed since the evolution of Internet. Till date it remains one of the less understood vulnerability from web security [...]]]></description>
		<wfw:commentRss>http://nagareshwar.securityxploded.com/2010/02/22/book-of-the-month-sql-injection-attacks-and-defense/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

