<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=26&amp;t=1099" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2013-07-04T08:59:01+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=26&amp;t=1099</id>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2013-07-04T08:59:01+01:00</updated>
<published>2013-07-04T08:59:01+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4114#p4114</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4114#p4114"/>
<title type="html"><![CDATA[Re: Kind of a newbie question]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4114#p4114"><![CDATA[
That is because there is no application on the NEO that Windows knows by default.<br /><br />This is not really an error, just information that Windows Card Services cannot use the card, It still works fine with PC/SC for example<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Thu Jul 04, 2013 8:59 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[TheSchwartz]]></name></author>
<updated>2013-07-02T19:53:44+01:00</updated>
<published>2013-07-02T19:53:44+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4111#p4111</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4111#p4111"/>
<title type="html"><![CDATA[Re: Kind of a newbie question]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4111#p4111"><![CDATA[
More information.<br /><br />Apparently, if you examine what is read off the Yubico NEO we see the following in the XML file:<br /><br />&lt;/Value&gt;<br />&lt;Value name=&quot;tagType&quot; description=&quot;Tag type&quot;&gt;ISO/IEC 14443-4 Smart Card,<br />Mifare Classic 1K (emulated)&lt;/Value&gt;<br /><br />This will cause any combination NFC/Smart Card reader to assume the tag is a wireless smart card and it will try and process the card as a Smart Card. <br /><br />If we examine the reading from a standard NFC tag in the same reader we see the following:<br /><br />&lt;Value name=&quot;tagType&quot; description=&quot;Tag type&quot;&gt;Mifare Classic 1K&lt;/Value&gt;<br /><br />This value causes a NFC/Smart Card combination reader to correctly determine that the tag is an NFC tag (only). Both of these readings were taken from an NFC reader App on my Android phone.<br /><br />Is there a way to edit the tagType attribute to remove the ISO/IEC 14443-4 Smart Card designation? As I see it I have to either edit the tagType attribute, use a reader that only understands NFC, or use a tag that is not the Yubico NEO. Or, someone has to write a Smart Card driver for the Yubico NEO. <br /><br />If a Smart Card driver is to be written it should be written by Yubico. I could do it (I have done one for another Smart Card), but it seems to me I'd be wasting my time if Yubico intends to develop a driver. Does Yubico intend to write a Smart Card Driver for the NEO?<br /><br />If the NEO is not a Smart Card then why does it say it is one?<br /><br />Paul<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2481">TheSchwartz</a> — Tue Jul 02, 2013 7:53 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2013-07-01T08:11:46+01:00</updated>
<published>2013-07-01T08:11:46+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4105#p4105</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4105#p4105"/>
<title type="html"><![CDATA[Re: Kind of a newbie question]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4105#p4105"><![CDATA[
If you want to read the OTP you will have to program the Yubikey with the cross platform personalization tool.<br /><br />By the default the Yubikey NEO has the Yubico OTP in slot 1. If you did not change this you just need to go to the NDEF programming part in TOOLS and complete the set up.<br /><br />(slot 1, URL for the OTP)<br /><br />Then simply tap the Yubikey NEO to your NFC reader. And you will have your URL+OTP for your validation service.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Mon Jul 01, 2013 8:11 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[TheSchwartz]]></name></author>
<updated>2013-06-28T20:39:49+01:00</updated>
<published>2013-06-28T20:39:49+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4101#p4101</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4101#p4101"/>
<title type="html"><![CDATA[Re: Kind of a newbie question]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4101#p4101"><![CDATA[
As i get my head around this  issue i have more questions. <br /><br />Because the SCl010 reads the NEO as a smart card I have to ask, Is this the intended use of the NEO? If so it seems that what is needed is a Smart Card minidriver that conforms to the Microsoft Smart Card minidriver spec.. Does such a minidriver exist? If the NEO is intended to be a Smart Card then the minidriver is something that Yubico should really make available to end users. <br /><br />If the NEO is intended as a Smart Card and a minidriver doesn't exist is one planned, or do end users like me have to write them ourselves?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2481">TheSchwartz</a> — Fri Jun 28, 2013 8:39 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[TheSchwartz]]></name></author>
<updated>2013-06-28T17:54:09+01:00</updated>
<published>2013-06-28T17:54:09+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4100#p4100</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4100#p4100"/>
<title type="html"><![CDATA[Re: Kind of a newbie question]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4100#p4100"><![CDATA[
I guess I'm trying to read the NDEFv4 as I'm trying to read to tag wirelessly. I wondering if the reader I'm using isn't the correct one as it wants to read the EO as a smart card. We'd like a OTP if this is possible. <br /><br />Am I using the wrong reader?<br /><br />Paul<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2481">TheSchwartz</a> — Fri Jun 28, 2013 5:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2013-06-28T08:17:58+01:00</updated>
<published>2013-06-28T08:17:58+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4099#p4099</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4099#p4099"/>
<title type="html"><![CDATA[Re: Kind of a newbie question]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4099#p4099"><![CDATA[
Hello,<br /><br />Could you please add some information on what are you trying to achieve? Do you want to send some payload (otp, password, hotp...) over NFC via NDEFv4 or you want to use the OpenPGP applet via USB?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Fri Jun 28, 2013 8:17 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[TheSchwartz]]></name></author>
<updated>2013-06-28T00:29:24+01:00</updated>
<published>2013-06-28T00:29:24+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4098#p4098</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4098#p4098"/>
<title type="html"><![CDATA[Kind of a newbie question]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1099&amp;p=4098#p4098"><![CDATA[
I just got a project dropped on me and I'm trying to figure out if I have an NFC reader issue or a Yubico driver issue.<br /><br />I'm using an SCM SCL010 reader which is setup and appears in the Windows Device Manager as a SmartCard reader. I think I have all the Yubico drivers installed, but when I try to read the NEO, the Device Manager registers an unknown smart card. I think I have initialized the NEO correctly and I'm able to configure it from the USB port. <br /><br />Do I need to write some software to read the card? <br /><br />When I read the NEO with my Android phone the NFC reader is able get data from the NEO and take me to the Yubico site so I assume the NEO is functioning properly. <br /><br />Am i missing something here?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2481">TheSchwartz</a> — Fri Jun 28, 2013 12:29 am</p><hr />
]]></content>
</entry>
</feed>