<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to calculate a Base64 encoded HMAC-SHA1 in PHP for OAuth</title>
	<atom:link href="http://laughingmeme.org/2007/11/08/how-to-calculate-a-base64-encoded-hmac-sha1-in-php-for-oauth/feed/" rel="self" type="application/rss+xml" />
	<link>http://laughingmeme.org/2007/11/08/how-to-calculate-a-base64-encoded-hmac-sha1-in-php-for-oauth/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:28:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lech</title>
		<link>http://laughingmeme.org/2007/11/08/how-to-calculate-a-base64-encoded-hmac-sha1-in-php-for-oauth/comment-page-1/#comment-800486</link>
		<dc:creator>Lech</dc:creator>
		<pubDate>Fri, 27 Nov 2009 00:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://laughingmeme.org/2007/11/08/how-to-calculate-a-base64-encoded-hmac-sha1-in-php-for-oauth/#comment-800486</guid>
		<description>&lt;p&gt;Thank you!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tert</title>
		<link>http://laughingmeme.org/2007/11/08/how-to-calculate-a-base64-encoded-hmac-sha1-in-php-for-oauth/comment-page-1/#comment-794561</link>
		<dc:creator>tert</dc:creator>
		<pubDate>Tue, 13 Oct 2009 12:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://laughingmeme.org/2007/11/08/how-to-calculate-a-base64-encoded-hmac-sha1-in-php-for-oauth/#comment-794561</guid>
		<description>&lt;p&gt;or this native function from php http://us2.php.net/manual/en/function.hash-hmac.php&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>or this native function from php <a href="http://us2.php.net/manual/en/function.hash-hmac.php" rel="nofollow">http://us2.php.net/manual/en/function.hash-hmac.php</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Serban</title>
		<link>http://laughingmeme.org/2007/11/08/how-to-calculate-a-base64-encoded-hmac-sha1-in-php-for-oauth/comment-page-1/#comment-674577</link>
		<dc:creator>Serban</dc:creator>
		<pubDate>Sun, 01 Feb 2009 10:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://laughingmeme.org/2007/11/08/how-to-calculate-a-base64-encoded-hmac-sha1-in-php-for-oauth/#comment-674577</guid>
		<description>&lt;p&gt;Thanks for posting the hmacsha1() function! Very useful!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for posting the hmacsha1() function! Very useful!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: rednael</title>
		<link>http://laughingmeme.org/2007/11/08/how-to-calculate-a-base64-encoded-hmac-sha1-in-php-for-oauth/comment-page-1/#comment-614428</link>
		<dc:creator>rednael</dc:creator>
		<pubDate>Wed, 19 Nov 2008 13:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://laughingmeme.org/2007/11/08/how-to-calculate-a-base64-encoded-hmac-sha1-in-php-for-oauth/#comment-614428</guid>
		<description>&lt;p&gt;Please also read the following article:
http://blog.rednael.com/2008/09/30/SecuringYourPasswordTransfersWithKeyedHashingHMACCramMD5.aspx&lt;/p&gt;

&lt;p&gt;It&#039;s a walkthrough example of implementing HMAC-MD5 / Cram-MD5 on a website. The same technique can be used for various client-server situations.
The article explains the benefits of using such a password system and shows you how to implement it using the .Net library at server side (examples in C#), and using Paj’s MD5 Javascript functions at client-side.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Please also read the following article:
<a href="http://blog.rednael.com/2008/09/30/SecuringYourPasswordTransfersWithKeyedHashingHMACCramMD5.aspx" rel="nofollow">http://blog.rednael.com/2008/09/30/SecuringYourPasswordTransfersWithKeyedHashingHMACCramMD5.aspx</a></p>

<p>It&#8217;s a walkthrough example of implementing HMAC-MD5 / Cram-MD5 on a website. The same technique can be used for various client-server situations.
The article explains the benefits of using such a password system and shows you how to implement it using the .Net library at server side (examples in C#), and using Paj’s MD5 Javascript functions at client-side.</p>]]></content:encoded>
	</item>
</channel>
</rss>

