<?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: EMV Card Browser</title>
	<atom:link href="http://nicbedford.co.uk/software/emvcardbrowser/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicbedford.co.uk</link>
	<description>Where my thoughts on life, the universe and everything trickle onto the internet…</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:17:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nic</title>
		<link>http://nicbedford.co.uk/software/emvcardbrowser/#comment-595</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Fri, 23 Sep 2011 09:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://nicbedford.co.uk/?page_id=299#comment-595</guid>
		<description>Glad you figured it out and thanks a lot for sharing the solution here.</description>
		<content:encoded><![CDATA[<p>Glad you figured it out and thanks a lot for sharing the solution here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ery D</title>
		<link>http://nicbedford.co.uk/software/emvcardbrowser/#comment-594</link>
		<dc:creator>Ery D</dc:creator>
		<pubDate>Fri, 23 Sep 2011 09:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://nicbedford.co.uk/?page_id=299#comment-594</guid>
		<description>Hi Nic,

At last I figure it out the problem :

70 : READ RECORD Response Message Data Field
 81 : Length
 87 : (?)
Based on ISO 7816-6 on Data Object Structure
if the Length of Value is &gt; 127 then the second byte is &#039;81&#039;....

Best Regards</description>
		<content:encoded><![CDATA[<p>Hi Nic,</p>
<p>At last I figure it out the problem :</p>
<p>70 : READ RECORD Response Message Data Field<br />
 81 : Length<br />
 87 : (?)<br />
Based on ISO 7816-6 on Data Object Structure<br />
if the Length of Value is &gt; 127 then the second byte is &#8217;81&#8242;&#8230;.</p>
<p>Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ery D</title>
		<link>http://nicbedford.co.uk/software/emvcardbrowser/#comment-562</link>
		<dc:creator>Ery D</dc:creator>
		<pubDate>Wed, 21 Sep 2011 03:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://nicbedford.co.uk/?page_id=299#comment-562</guid>
		<description>Hi Nic,

Yes, I have read the spec also like that, and if I use the tools from http://www.emvlab.org/ it seems that Byte is ignored.
Do you know any people that also doing this kind of software ? or may be forums to discuss this ?

Best regards</description>
		<content:encoded><![CDATA[<p>Hi Nic,</p>
<p>Yes, I have read the spec also like that, and if I use the tools from <a href="http://www.emvlab.org/" rel="nofollow">http://www.emvlab.org/</a> it seems that Byte is ignored.<br />
Do you know any people that also doing this kind of software ? or may be forums to discuss this ?</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic</title>
		<link>http://nicbedford.co.uk/software/emvcardbrowser/#comment-555</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Tue, 20 Sep 2011 07:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://nicbedford.co.uk/?page_id=299#comment-555</guid>
		<description>Hi Ery,

It&#039;s some time since I&#039;ve looked at EMV, but tag 87 is the Application Priority Indicator, however I would only expect to see this within a 61 or A5 template and not a 70 template. I hope this information helps.</description>
		<content:encoded><![CDATA[<p>Hi Ery,</p>
<p>It&#8217;s some time since I&#8217;ve looked at EMV, but tag 87 is the Application Priority Indicator, however I would only expect to see this within a 61 or A5 template and not a 70 template. I hope this information helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ery D</title>
		<link>http://nicbedford.co.uk/software/emvcardbrowser/#comment-554</link>
		<dc:creator>Ery D</dc:creator>
		<pubDate>Tue, 20 Sep 2011 05:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://nicbedford.co.uk/?page_id=299#comment-554</guid>
		<description>Hi Nic,

Your source is very helpful since currently I also doing some software for EMV card reading, but I have a problem :
1. I have successfully read my unused credit card ( Master card ), when I read the record based on AFL:
70 : READ RECORD Response Message Data Field
81 : Length
87 : (?)

5F25 : Application Effective Date
03 : Length
09 05 11 : 11 May 2009

5F24 : Application Expiration Date
03 : Length
14 06 30 : 30 June 2014

When I search the EMV docs, I could not find the template that has &#039;87&#039; ( above with question mark ).
Could you help me on this ?

Best regards</description>
		<content:encoded><![CDATA[<p>Hi Nic,</p>
<p>Your source is very helpful since currently I also doing some software for EMV card reading, but I have a problem :<br />
1. I have successfully read my unused credit card ( Master card ), when I read the record based on AFL:<br />
70 : READ RECORD Response Message Data Field<br />
81 : Length<br />
87 : (?)</p>
<p>5F25 : Application Effective Date<br />
03 : Length<br />
09 05 11 : 11 May 2009</p>
<p>5F24 : Application Expiration Date<br />
03 : Length<br />
14 06 30 : 30 June 2014</p>
<p>When I search the EMV docs, I could not find the template that has &#8217;87&#8242; ( above with question mark ).<br />
Could you help me on this ?</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic</title>
		<link>http://nicbedford.co.uk/software/emvcardbrowser/#comment-23</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Wed, 18 May 2011 08:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://nicbedford.co.uk/?page_id=299#comment-23</guid>
		<description>Hi John, the source code for this program is now available on Github, unfortunately I don&#039;t currently have the time to compile and test for Windows XP, but you are welcome to try it for yourself.</description>
		<content:encoded><![CDATA[<p>Hi John, the source code for this program is now available on Github, unfortunately I don&#8217;t currently have the time to compile and test for Windows XP, but you are welcome to try it for yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://nicbedford.co.uk/software/emvcardbrowser/#comment-22</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 18 May 2011 01:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://nicbedford.co.uk/?page_id=299#comment-22</guid>
		<description>Can I have this program for Windows XP SP3?</description>
		<content:encoded><![CDATA[<p>Can I have this program for Windows XP SP3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic</title>
		<link>http://nicbedford.co.uk/software/emvcardbrowser/#comment-21</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Tue, 19 Oct 2010 07:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://nicbedford.co.uk/?page_id=299#comment-21</guid>
		<description>Hi, thanks for your interest, unfortunately the source code is not currently available.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your interest, unfortunately the source code is not currently available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://nicbedford.co.uk/software/emvcardbrowser/#comment-20</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Mon, 18 Oct 2010 23:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://nicbedford.co.uk/?page_id=299#comment-20</guid>
		<description>Very interesting program, Can you give us a link to download the source code?

Thanks!</description>
		<content:encoded><![CDATA[<p>Very interesting program, Can you give us a link to download the source code?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piero</title>
		<link>http://nicbedford.co.uk/software/emvcardbrowser/#comment-19</link>
		<dc:creator>Piero</dc:creator>
		<pubDate>Mon, 13 Sep 2010 13:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://nicbedford.co.uk/?page_id=299#comment-19</guid>
		<description>Hi, I wanted to know which program to use to read and write smart cards with chips?

THANKS</description>
		<content:encoded><![CDATA[<p>Hi, I wanted to know which program to use to read and write smart cards with chips?</p>
<p>THANKS</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->

