<?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 for Jopsen.dk/blog</title>
	<atom:link href="http://jopsen.dk/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jopsen.dk/blog</link>
	<description>Thoughts mixed with random memory dumps...</description>
	<lastBuildDate>Wed, 11 Aug 2010 18:24:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by maxtin</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-9599</link>
		<dc:creator>maxtin</dc:creator>
		<pubDate>Wed, 11 Aug 2010 18:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-9599</guid>
		<description>thank you Sir..</description>
		<content:encoded><![CDATA[<p>thank you Sir..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by Jonas Finnemann Jensen</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-9541</link>
		<dc:creator>Jonas Finnemann Jensen</dc:creator>
		<pubDate>Mon, 02 Aug 2010 12:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-9541</guid>
		<description>@maxtin
Asymmetric key algorithms, such as ECDSA, are used many in places today. Whenever you need secure communication without use of shared secrets, algorithms such as ECDSA or RSA are used.

Asymmetric key algorithms are widely used for digital signatures, secure email (GPG) and secure internet (HTTPS).

Take a look at: http://en.wikipedia.org/wiki/Public-key_cryptography</description>
		<content:encoded><![CDATA[<p>@maxtin<br />
Asymmetric key algorithms, such as ECDSA, are used many in places today. Whenever you need secure communication without use of shared secrets, algorithms such as ECDSA or RSA are used.</p>
<p>Asymmetric key algorithms are widely used for digital signatures, secure email (GPG) and secure internet (HTTPS).</p>
<p>Take a look at: <a href="http://en.wikipedia.org/wiki/Public-key_cryptography" rel="nofollow">http://en.wikipedia.org/wiki/Public-key_cryptography</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleECDSA, a simple implementation of ECDSA in C by maxtin</title>
		<link>http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c/comment-page-1/#comment-9537</link>
		<dc:creator>maxtin</dc:creator>
		<pubDate>Sun, 01 Aug 2010 19:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/12/simpleecdsa-a-simple-implementation-of-ecdsa-in-c#comment-9537</guid>
		<description>hello Jonas,
            i have chosen cryptography as the base for my project. i would like to know applications of cryptography. i mean... how can we use the ECDSA algorithms for real world applications?</description>
		<content:encoded><![CDATA[<p>hello Jonas,<br />
            i have chosen cryptography as the base for my project. i would like to know applications of cryptography. i mean&#8230; how can we use the ECDSA algorithms for real world applications?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ZBar bindings for C# by Varro</title>
		<link>http://jopsen.dk/blog/2009/12/zbar-bindings-for-c-sharp/comment-page-1/#comment-9532</link>
		<dc:creator>Varro</dc:creator>
		<pubDate>Sun, 01 Aug 2010 11:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/?p=161#comment-9532</guid>
		<description>Thank you for the fast reply.
Currently i&#039;m working on windows system, trying to create a piece of code which makes the bmp and jpeg scanning (like bmp-scanner you made). 
Thank you for the advice and thank you for your library.
Regards.</description>
		<content:encoded><![CDATA[<p>Thank you for the fast reply.<br />
Currently i&#8217;m working on windows system, trying to create a piece of code which makes the bmp and jpeg scanning (like bmp-scanner you made).<br />
Thank you for the advice and thank you for your library.<br />
Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ZBar bindings for C# by Jonas Finnemann Jensen</title>
		<link>http://jopsen.dk/blog/2009/12/zbar-bindings-for-c-sharp/comment-page-1/#comment-9505</link>
		<dc:creator>Jonas Finnemann Jensen</dc:creator>
		<pubDate>Wed, 28 Jul 2010 22:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/?p=161#comment-9505</guid>
		<description>If you&#039;re on Windows:
The video capture in zbar on Windows uses Video For Windows. A very old legacy API, you may wish to write your own capturing code that uses whatever is hot in Windows, probably DirectShow. And give the captured images to zbar...
I have an example where I read a barcode in a BMP:
http://github.com/jopsen/zbar-sharp/tree/master/example/bmp-scanner/

If you write such code please share...

If you&#039;re on Linux, you can get the video device string from HAL. I did this using dbus, the code is available at http://jopsen.dk/blog/2009/12/foodolini-a-food-management-system/
However, HAL is being deprecated... So it&#039;s probably better to get it elsewhere. If you find out how, let me know...

I don&#039;t know how to discover the PixelFormat, if you&#039;re talking about bmp from files, I suggest you find a bmp reader/parser or read the specification...

- Best of luck...</description>
		<content:encoded><![CDATA[<p>If you&#8217;re on Windows:<br />
The video capture in zbar on Windows uses Video For Windows. A very old legacy API, you may wish to write your own capturing code that uses whatever is hot in Windows, probably DirectShow. And give the captured images to zbar&#8230;<br />
I have an example where I read a barcode in a BMP:<br />
<a href="http://github.com/jopsen/zbar-sharp/tree/master/example/bmp-scanner/" rel="nofollow">http://github.com/jopsen/zbar-sharp/tree/master/example/bmp-scanner/</a></p>
<p>If you write such code please share&#8230;</p>
<p>If you&#8217;re on Linux, you can get the video device string from HAL. I did this using dbus, the code is available at <a href="http://jopsen.dk/blog/2009/12/foodolini-a-food-management-system/" rel="nofollow">http://jopsen.dk/blog/2009/12/foodolini-a-food-management-system/</a><br />
However, HAL is being deprecated&#8230; So it&#8217;s probably better to get it elsewhere. If you find out how, let me know&#8230;</p>
<p>I don&#8217;t know how to discover the PixelFormat, if you&#8217;re talking about bmp from files, I suggest you find a bmp reader/parser or read the specification&#8230;</p>
<p>- Best of luck&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ZBar bindings for C# by Varro</title>
		<link>http://jopsen.dk/blog/2009/12/zbar-bindings-for-c-sharp/comment-page-1/#comment-9502</link>
		<dc:creator>Varro</dc:creator>
		<pubDate>Wed, 28 Jul 2010 15:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/?p=161#comment-9502</guid>
		<description>Any advice how to discover the PixelFormat of a bmp image and how to discover the video device string?</description>
		<content:encoded><![CDATA[<p>Any advice how to discover the PixelFormat of a bmp image and how to discover the video device string?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ZBar bindings for C# by birdi3</title>
		<link>http://jopsen.dk/blog/2009/12/zbar-bindings-for-c-sharp/comment-page-1/#comment-9399</link>
		<dc:creator>birdi3</dc:creator>
		<pubDate>Sat, 10 Jul 2010 15:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/?p=161#comment-9399</guid>
		<description>Thanks for your reply!

I had a play further yesterday (before reading your comment) and only got as far as hitting an error such as &#039;Unable to load DLL libzbar&quot;, despite having it renamed and in line with the binary, (ie in the debug folder, as well as in other locations as I tried to test it), but then managed to get this working by moving in the other dll&#039;s from ZBAR (..really should have done that first time round)

With this in mind and your help above, I have since been able to get your example working! Huge thanks for the swift reply and good example, hopefully it will be very useful for others! Next challenge is to get it reading directly from the cam in Windows. Wish me luck and I hopefully wont be back too soon! :P 

Thanks Again</description>
		<content:encoded><![CDATA[<p>Thanks for your reply!</p>
<p>I had a play further yesterday (before reading your comment) and only got as far as hitting an error such as &#8216;Unable to load DLL libzbar&#8221;, despite having it renamed and in line with the binary, (ie in the debug folder, as well as in other locations as I tried to test it), but then managed to get this working by moving in the other dll&#8217;s from ZBAR (..really should have done that first time round)</p>
<p>With this in mind and your help above, I have since been able to get your example working! Huge thanks for the swift reply and good example, hopefully it will be very useful for others! Next challenge is to get it reading directly from the cam in Windows. Wish me luck and I hopefully wont be back too soon! <img src='http://jopsen.dk/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  </p>
<p>Thanks Again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ZBar bindings for C# by Jonas Finnemann Jensen</title>
		<link>http://jopsen.dk/blog/2009/12/zbar-bindings-for-c-sharp/comment-page-1/#comment-9392</link>
		<dc:creator>Jonas Finnemann Jensen</dc:creator>
		<pubDate>Fri, 09 Jul 2010 19:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/?p=161#comment-9392</guid>
		<description>The example given should work with VS, but requires gtk-sharp, if you don&#039;t want to play install that I&#039;ve pushed a new example (bmp-scanner) to github.com/jopsen/zbar-sharp.

The bmp-scanner example is hard coded to the image it distributed with... But it works and shows how zbar-sharp can also be used.

Remember to link against zbar-sharp in your project file, and put libzbar-sharp.dll and libzbar.dll next to the binary when running it.

Note the binary libzbar.dll (the one from zbar.sf.net) may be named zbar.dll or libzbar-1.dll or something, but it needs to be renamed to libzbar.dll

Let me know if have any problems building it... I don&#039;t have time to test it on a Windows VM right now...</description>
		<content:encoded><![CDATA[<p>The example given should work with VS, but requires gtk-sharp, if you don&#8217;t want to play install that I&#8217;ve pushed a new example (bmp-scanner) to github.com/jopsen/zbar-sharp.</p>
<p>The bmp-scanner example is hard coded to the image it distributed with&#8230; But it works and shows how zbar-sharp can also be used.</p>
<p>Remember to link against zbar-sharp in your project file, and put libzbar-sharp.dll and libzbar.dll next to the binary when running it.</p>
<p>Note the binary libzbar.dll (the one from zbar.sf.net) may be named zbar.dll or libzbar-1.dll or something, but it needs to be renamed to libzbar.dll</p>
<p>Let me know if have any problems building it&#8230; I don&#8217;t have time to test it on a Windows VM right now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ZBar bindings for C# by birdi3</title>
		<link>http://jopsen.dk/blog/2009/12/zbar-bindings-for-c-sharp/comment-page-1/#comment-9390</link>
		<dc:creator>birdi3</dc:creator>
		<pubDate>Fri, 09 Jul 2010 15:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/?p=161#comment-9390</guid>
		<description>Hey

I&#039;ve just spend 30mins or so trying to use your bindings in windows / visual studio but am yet to be successful.

Any help you can give? example C# windows code perhaps? 

Thanks
NB: Im trying to use your bindings to enable me to run ZBAR with C#, and to make an app to achieve something similar to that of yours above, ie shows web cam picture, detects barcode and then use that in the app. (bascially make the output of ZBAR usable in a c# proggy)</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>I&#8217;ve just spend 30mins or so trying to use your bindings in windows / visual studio but am yet to be successful.</p>
<p>Any help you can give? example C# windows code perhaps? </p>
<p>Thanks<br />
NB: Im trying to use your bindings to enable me to run ZBAR with C#, and to make an app to achieve something similar to that of yours above, ie shows web cam picture, detects barcode and then use that in the app. (bascially make the output of ZBAR usable in a c# proggy)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Der var engang&#8221; &#8211; Børnesommerlejr 2007 by Jopsen.dk/blog</title>
		<link>http://jopsen.dk/blog/2007/07/der-var-engang-b%c3%b8rnesommerlejr-2007/comment-page-1/#comment-9351</link>
		<dc:creator>Jopsen.dk/blog</dc:creator>
		<pubDate>Sat, 03 Jul 2010 15:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://jopsen.dk/blog/2007/07/der-var-engang-b%c3%b8rnesommerlejr-2007#comment-9351</guid>
		<description>[...] vældigt underholdende. Den mærkeligste post i år, som dog ikke var nær så sej som den vi havde sidste år, gik ud på at ungerne skulle løbe stafet og spise flødeboller undervejs. Flødeboller os ledere [...]</description>
		<content:encoded><![CDATA[<p>[...] vældigt underholdende. Den mærkeligste post i år, som dog ikke var nær så sej som den vi havde sidste år, gik ud på at ungerne skulle løbe stafet og spise flødeboller undervejs. Flødeboller os ledere [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
