<?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: Smart Card Digging Utilities</title>
	<atom:link href="http://www.literatecode.com/2007/06/03/smacadu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.literatecode.com/2007/06/03/smacadu/</link>
	<description>Security, Programming and Beyond</description>
	<pubDate>Wed, 10 Mar 2010 19:47:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yasser Mahmoud</title>
		<link>http://www.literatecode.com/2007/06/03/smacadu/comment-page-1/#comment-15888</link>
		<dc:creator>Yasser Mahmoud</dc:creator>
		<pubDate>Sat, 02 Jan 2010 20:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.literatecode.com/2007/06/03/smacadu/#comment-15888</guid>
		<description>how can i make a copy of printer smart card chip if i have the original one ?</description>
		<content:encoded><![CDATA[<p>how can i make a copy of printer smart card chip if i have the original one ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vahid</title>
		<link>http://www.literatecode.com/2007/06/03/smacadu/comment-page-1/#comment-15867</link>
		<dc:creator>vahid</dc:creator>
		<pubDate>Sat, 08 Aug 2009 05:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.literatecode.com/2007/06/03/smacadu/#comment-15867</guid>
		<description>Dear Friends, 

How can I find winscard.h

with best regards, 
Vahid Tavakkoli</description>
		<content:encoded><![CDATA[<p>Dear Friends, </p>
<p>How can I find winscard.h</p>
<p>with best regards,<br />
Vahid Tavakkoli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://www.literatecode.com/2007/06/03/smacadu/comment-page-1/#comment-15813</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Wed, 17 Dec 2008 05:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.literatecode.com/2007/06/03/smacadu/#comment-15813</guid>
		<description>Hi friends,

 How do i know the size of integrated circuit embedded in smart card.

Thanks

Ravi Kumar</description>
		<content:encoded><![CDATA[<p>Hi friends,</p>
<p> How do i know the size of integrated circuit embedded in smart card.</p>
<p>Thanks</p>
<p>Ravi Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya</title>
		<link>http://www.literatecode.com/2007/06/03/smacadu/comment-page-1/#comment-15806</link>
		<dc:creator>Ilya</dc:creator>
		<pubDate>Wed, 03 Dec 2008 09:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.literatecode.com/2007/06/03/smacadu/#comment-15806</guid>
		<description>Steve,
There is nothing wrong about two different cards having a similar file structure. Probably they both just comply with some standard or an application.

The numbers you see for EF01 are not the file content but its attributes returned by SELECT FILE command. I’m not sure about a public gentle documentation but you may try ISO 7816-4 for example.
 
The learning curve may be steep but it well pays back. Basically you can get anything a card is capable of, regardless of any clumsy PKCS11, etc. from a vendor. It is not like I saw all PKCS11 implementations in the universe, but all those I saw were quite slipshod.</description>
		<content:encoded><![CDATA[<p>Steve,<br />
There is nothing wrong about two different cards having a similar file structure. Probably they both just comply with some standard or an application.</p>
<p>The numbers you see for EF01 are not the file content but its attributes returned by SELECT FILE command. I’m not sure about a public gentle documentation but you may try ISO 7816-4 for example.</p>
<p>The learning curve may be steep but it well pays back. Basically you can get anything a card is capable of, regardless of any clumsy PKCS11, etc. from a vendor. It is not like I saw all PKCS11 implementations in the universe, but all those I saw were quite slipshod.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.literatecode.com/2007/06/03/smacadu/comment-page-1/#comment-15799</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 26 Nov 2008 18:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.literatecode.com/2007/06/03/smacadu/#comment-15799</guid>
		<description>Handy set of tools, though I have to admit, I'm finding the RFID learning curve rather steep... For example, "PC/SC" mean little to me and "C0 A4 00 00 02 3F 00" are just a bunch of hex digits.

I've successfully used smacdig to map two RFID tags I have... however both give the same numbers:

ef01: 6f1c8302ef018801018a010582060c00001200058c064fffffffffffab00
ef03: 6f1c8302ef038801038a010582060c00001000058c064fffffffff00ab00

I had thought that these were blocks of data... but, since two distinct cards (which behave differently with a 3rd-party app) give the same output from smacdig.  By any chance can you point a newcomer at suitably gentle documentation?</description>
		<content:encoded><![CDATA[<p>Handy set of tools, though I have to admit, I&#8217;m finding the RFID learning curve rather steep&#8230; For example, &#8220;PC/SC&#8221; mean little to me and &#8220;C0 A4 00 00 02 3F 00&#8243; are just a bunch of hex digits.</p>
<p>I&#8217;ve successfully used smacdig to map two RFID tags I have&#8230; however both give the same numbers:</p>
<p>ef01: 6f1c8302ef018801018a010582060c00001200058c064fffffffffffab00<br />
ef03: 6f1c8302ef038801038a010582060c00001000058c064fffffffff00ab00</p>
<p>I had thought that these were blocks of data&#8230; but, since two distinct cards (which behave differently with a 3rd-party app) give the same output from smacdig.  By any chance can you point a newcomer at suitably gentle documentation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya</title>
		<link>http://www.literatecode.com/2007/06/03/smacadu/comment-page-1/#comment-15794</link>
		<dc:creator>Ilya</dc:creator>
		<pubDate>Tue, 04 Nov 2008 02:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.literatecode.com/2007/06/03/smacadu/#comment-15794</guid>
		<description>Perhaps I will make a Linux port later. It would depend on having a free time for that.</description>
		<content:encoded><![CDATA[<p>Perhaps I will make a Linux port later. It would depend on having a free time for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.literatecode.com/2007/06/03/smacadu/comment-page-1/#comment-15792</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 03 Nov 2008 15:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.literatecode.com/2007/06/03/smacadu/#comment-15792</guid>
		<description>Please make a Linux port.</description>
		<content:encoded><![CDATA[<p>Please make a Linux port.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya</title>
		<link>http://www.literatecode.com/2007/06/03/smacadu/comment-page-1/#comment-14004</link>
		<dc:creator>Ilya</dc:creator>
		<pubDate>Tue, 13 Nov 2007 04:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.literatecode.com/2007/06/03/smacadu/#comment-14004</guid>
		<description>Sorry, Henrik, I’ve no idea about Dutch ChipKnip. If it is a CardOS-based smart-card then smacadu might work right away.  Anyway, smactty must work regardless of OS type as long as this ChipKnip is a smart-card which responds to APDU commands.</description>
		<content:encoded><![CDATA[<p>Sorry, Henrik, I’ve no idea about Dutch ChipKnip. If it is a CardOS-based smart-card then smacadu might work right away.  Anyway, smactty must work regardless of OS type as long as this ChipKnip is a smart-card which responds to APDU commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henrik larsen</title>
		<link>http://www.literatecode.com/2007/06/03/smacadu/comment-page-1/#comment-13993</link>
		<dc:creator>henrik larsen</dc:creator>
		<pubDate>Mon, 12 Nov 2007 03:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.literatecode.com/2007/06/03/smacadu/#comment-13993</guid>
		<description>i can read with SMACADU the information written on Dutch ChipKnip?</description>
		<content:encoded><![CDATA[<p>i can read with SMACADU the information written on Dutch ChipKnip?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
