<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for the precompiled blog</title>
	<atom:link href="http://precompiled.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://precompiled.wordpress.com</link>
	<description>yes we blog</description>
	<lastBuildDate>Mon, 02 Nov 2009 10:18:33 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on HMAC SHA1 and MD5 encryption under classic ASP by Fred</title>
		<link>http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-193</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 02 Nov 2009 10:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-193</guid>
		<description>Thanks precompiled!!
I will get the documentation first.</description>
		<content:encoded><![CDATA[<p>Thanks precompiled!!<br />
I will get the documentation first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HMAC SHA1 and MD5 encryption under classic ASP by Julio Loayza</title>
		<link>http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-192</link>
		<dc:creator>Julio Loayza</dc:creator>
		<pubDate>Sat, 31 Oct 2009 15:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-192</guid>
		<description>A very elegant solution. Bearing in mind it seems there are no such algorithms implemented in ASP it&#039;s just what I was looking for. Thanks!

Nice blog too. Added to my feeds!</description>
		<content:encoded><![CDATA[<p>A very elegant solution. Bearing in mind it seems there are no such algorithms implemented in ASP it&#8217;s just what I was looking for. Thanks!</p>
<p>Nice blog too. Added to my feeds!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HMAC SHA1 and MD5 encryption under classic ASP by precompiled</title>
		<link>http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-191</link>
		<dc:creator>precompiled</dc:creator>
		<pubDate>Fri, 30 Oct 2009 20:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-191</guid>
		<description>Hi Fred,

I have a working implementation, but it depends very much on what iDeal method you want to use. Also, I&#039;m not too keen on giving away the sourcecode for that :)

iDeal has different implementation methods you can use. The easiest is with a simple form. What you need to do is ask your customer to contact their bank-contact. The bank can set up iDeal and supply you with a merchant-account and documentation. Your customer needs an account with a bank that supports iDeal to be able to use it.
You need to set up that iDeal account, there you can also indicate what method you want to use.
Using the form-method, you need to generate a form with all the information of the products and the customer. One of the fields is a concatenation of a number of values you need to do a SHA1 on:


	concatString = ideal_hash_key &amp; business &amp; subID &amp; total_amount &amp; purchaseID &amp; &quot;ideal&quot; &amp; timestamp_later &amp; productString

	dim sha1,idealhash
	set sha1 = GetObject(&quot;script:&quot;&amp;Server.MapPath(&quot;/~components/sha1.wsc&quot;))
		hashString = concatString
		idealhash = sha1.hex_sha1(concatString)
	set sha1 = nothing

This should get you on your way.</description>
		<content:encoded><![CDATA[<p>Hi Fred,</p>
<p>I have a working implementation, but it depends very much on what iDeal method you want to use. Also, I&#8217;m not too keen on giving away the sourcecode for that :)</p>
<p>iDeal has different implementation methods you can use. The easiest is with a simple form. What you need to do is ask your customer to contact their bank-contact. The bank can set up iDeal and supply you with a merchant-account and documentation. Your customer needs an account with a bank that supports iDeal to be able to use it.<br />
You need to set up that iDeal account, there you can also indicate what method you want to use.<br />
Using the form-method, you need to generate a form with all the information of the products and the customer. One of the fields is a concatenation of a number of values you need to do a SHA1 on:</p>
<p>	concatString = ideal_hash_key &amp; business &amp; subID &amp; total_amount &amp; purchaseID &amp; &#8220;ideal&#8221; &amp; timestamp_later &amp; productString</p>
<p>	dim sha1,idealhash<br />
	set sha1 = GetObject(&#8220;script:&#8221;&amp;Server.MapPath(&#8220;/~components/sha1.wsc&#8221;))<br />
		hashString = concatString<br />
		idealhash = sha1.hex_sha1(concatString)<br />
	set sha1 = nothing</p>
<p>This should get you on your way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HMAC SHA1 and MD5 encryption under classic ASP by Fred</title>
		<link>http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-190</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Thu, 29 Oct 2009 14:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-190</guid>
		<description>Hi precompiled,
I&#039;m a newbie on iDeal and only know classic ASP, no .NET. And last-but-not-least didn&#039;t see any iDeal docs yet.
But do you have a working ASP example for iDeal to share? I have to make an inventory on building a solution.
Would appreciate your help!
Cheers,
Fred</description>
		<content:encoded><![CDATA[<p>Hi precompiled,<br />
I&#8217;m a newbie on iDeal and only know classic ASP, no .NET. And last-but-not-least didn&#8217;t see any iDeal docs yet.<br />
But do you have a working ASP example for iDeal to share? I have to make an inventory on building a solution.<br />
Would appreciate your help!<br />
Cheers,<br />
Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HMAC SHA1 and MD5 encryption under classic ASP by Andre</title>
		<link>http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-185</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Fri, 04 Sep 2009 20:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-185</guid>
		<description>I managed to answer my own post above! Here is code that passes variables to the SHA1 encryptor. I also checked the final output with other encryptors and it is correct!








test



From website: http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/



HMAC-SHA1 result: 

Text: 



</description>
		<content:encoded><![CDATA[<p>I managed to answer my own post above! Here is code that passes variables to the SHA1 encryptor. I also checked the final output with other encryptors and it is correct!</p>
<p>test</p>
<p>From website: <a href="http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/" rel="nofollow">http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/</a></p>
<p>HMAC-SHA1 result: </p>
<p>Text:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HMAC SHA1 and MD5 encryption under classic ASP by Andre</title>
		<link>http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-184</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Fri, 04 Sep 2009 19:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-184</guid>
		<description>Hi

Thanks for the demo. I have it working, but how do I pass the text and the key (Is this the public or private key?) to the function as a variable instead of hard coding it?

I want to use the routine to sign text for Amazon&#039;s AWS services.

Best regards

Andre F Bruton</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks for the demo. I have it working, but how do I pass the text and the key (Is this the public or private key?) to the function as a variable instead of hard coding it?</p>
<p>I want to use the routine to sign text for Amazon&#8217;s AWS services.</p>
<p>Best regards</p>
<p>Andre F Bruton</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HMAC SHA1 and MD5 encryption under classic ASP by Tim Kouters</title>
		<link>http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-181</link>
		<dc:creator>Tim Kouters</dc:creator>
		<pubDate>Tue, 18 Aug 2009 09:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://precompiled.wordpress.com/2007/11/26/hmac-sha1-encryptie-onder-classic-asp/#comment-181</guid>
		<description>Thank you,

This was exactly what i needed.

Kind regards,
Tim</description>
		<content:encoded><![CDATA[<p>Thank you,</p>
<p>This was exactly what i needed.</p>
<p>Kind regards,<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When a cover becomes better than the original by Marinkina</title>
		<link>http://precompiled.wordpress.com/2008/09/10/when-a-cover-becomes-better-than-the-original/#comment-111</link>
		<dc:creator>Marinkina</dc:creator>
		<pubDate>Thu, 21 May 2009 21:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://precompiled.wordpress.com/?p=29#comment-111</guid>
		<description>Пора переименовать блог, присвоив название связанное с доменами :) может хватит про них?</description>
		<content:encoded><![CDATA[<p>Пора переименовать блог, присвоив название связанное с доменами :) может хватит про них?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The all new ASPimage plugin for tinyMCE by precompiled</title>
		<link>http://precompiled.wordpress.com/2008/02/02/the-all-new-aspimage-plugin-for-tinymce/#comment-109</link>
		<dc:creator>precompiled</dc:creator>
		<pubDate>Wed, 20 May 2009 17:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://precompiled.wordpress.com/?p=15#comment-109</guid>
		<description>Hi Everybody, I have updated this post. It contains the working version of TinyMCE including the AspImage plugin. I&#039;m afraid that&#039;s the best I can do right now as I lack the time to update the plugin again for later versions of TinyMCE.</description>
		<content:encoded><![CDATA[<p>Hi Everybody, I have updated this post. It contains the working version of TinyMCE including the AspImage plugin. I&#8217;m afraid that&#8217;s the best I can do right now as I lack the time to update the plugin again for later versions of TinyMCE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The all new ASPimage plugin for tinyMCE by Jeffrey</title>
		<link>http://precompiled.wordpress.com/2008/02/02/the-all-new-aspimage-plugin-for-tinymce/#comment-108</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Wed, 20 May 2009 10:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://precompiled.wordpress.com/?p=15#comment-108</guid>
		<description>Hey precompiled,

Thanks for this plugin. But i&#039;m still getting some errors in IE7 one Vista.
The dialogs are not showing the correct name I get the variables ({#advimage_dlg.filename}) and the images are not inserted.

Can you send me the correct version of TinyMCE maybe that will help?

Greetings,
Jeffrey</description>
		<content:encoded><![CDATA[<p>Hey precompiled,</p>
<p>Thanks for this plugin. But i&#8217;m still getting some errors in IE7 one Vista.<br />
The dialogs are not showing the correct name I get the variables ({#advimage_dlg.filename}) and the images are not inserted.</p>
<p>Can you send me the correct version of TinyMCE maybe that will help?</p>
<p>Greetings,<br />
Jeffrey</p>
]]></content:encoded>
	</item>
</channel>
</rss>
