<?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=2665" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2017-10-19T09:26:35+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=26&amp;t=2665</id>
<entry>
<author><name><![CDATA[thomas91yub]]></name></author>
<updated>2017-10-19T09:26:35+01:00</updated>
<published>2017-10-19T09:26:35+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9890#p9890</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9890#p9890"/>
<title type="html"><![CDATA[Re: CoreNFC and Yubico... finally the access Yubico has want]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9890#p9890"><![CDATA[
Thank you for your response.<br /><br />Are there any plans to release the app to the appstore? Simple OTP support would still be a benefit for iOS users. With the app published, maybey lastpass or other apps will start to call the provided API and implement yubico OTP.<br /><br />I believe it would also be a good sign towards apple, that NFC is really needed and make a argument for broadening the functions to allow sending data (eg. for TOTP) to the NFC device.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4927">thomas91yub</a> — Thu Oct 19, 2017 9:26 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ChrisHalos]]></name></author>
<updated>2017-10-18T17:43:49+01:00</updated>
<published>2017-10-18T17:43:49+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9887#p9887</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9887#p9887"/>
<title type="html"><![CDATA[Re: CoreNFC and Yubico... finally the access Yubico has want]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9887#p9887"><![CDATA[
I will try to add some context here that will hopefully help people to understand the limitations of CoreNFC.<br /><br /><strong>Functions absolutely NOT possible, as the CoreNFC API is read-only</strong>:<br />*Yubico Authenticator (no TOTP)<br />*U2F<br />*OpenPGP<br />*PIV<br />*Challenge-Response<br /><br />The only that that could possibly work using CoreNFC is the slot-based button press credentials - Yubico OTP / Static Password / OATH-HOTP<br /><br />The CoreNFC API is available from an app that explicitly calls it. That would mean that if Yubico came up with a YubiClip for iOS (example), the app would have to be launched by the user, then the YubiKey NEO could be tapped, and the OTP copied to clipboard. This adds a lot of extra steps over the Android version, where you can just tap and then immediately paste.<br /><br />Where the CoreNFC API becomes more useful is for a third party app which supports Yubico OTP (example: LastPass), where the app itself calls the API when the user authenticates. This enables a more seamless user experience with NFC-based 2FA.<br /><br />Yubico developers did just publish source code for a proof of concept of intercepting a slot-based credential: <!-- m --><a class="postlink" href="https://github.com/Yubico/ios-yubico-otp-nfc-demo">https://github.com/Yubico/ios-yubico-otp-nfc-demo</a><!-- m -->.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3140">ChrisHalos</a> — Wed Oct 18, 2017 5:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[shanemikel]]></name></author>
<updated>2017-10-17T00:17:09+01:00</updated>
<published>2017-10-17T00:17:09+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9882#p9882</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9882#p9882"/>
<title type="html"><![CDATA[Re: CoreNFC and Yubico... finally the access Yubico has want]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9882#p9882"><![CDATA[
I wish I understood this stuff better, but how do the CoreNFC limitations effect the possibility of PGP signing and decryption?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4941">shanemikel</a> — Tue Oct 17, 2017 12:17 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[thomas91yub]]></name></author>
<updated>2017-10-11T09:13:56+01:00</updated>
<published>2017-10-11T09:13:56+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9850#p9850</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9850#p9850"/>
<title type="html"><![CDATA[Re: CoreNFC and Yubico... finally the access Yubico has want]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9850#p9850"><![CDATA[
<div class="quotetitle">ChrisHalos wrote:</div><div class="quotecontent"><br />I think a blog will be posted on the website in a few days, but the short answer is - not really.<br /><br />Developers will have to build NFC support into each individual application to retrieve the OTP from the NDEF tag. So if support for OTP over NFC is desired in an application (example: LastPass), the application developer would have to add support in their iOS app to handle the NDEF tag.<br /><br />CoreNFC also doesn't allow write operations that are required for authentication protocols like U2F.<br /></div><br /><br />Thanks for your quick reply.<br /><br />But wouldn't that enable you (yubico) to create an app that reads the OTP and esspecially TOTP codes from the yubikey?<br />Those codes could then be copy&amp;pasted into the desired app.<br /><br />It is not perfect, but it would be a lot better than running google authenticator on your phone. It is a first step.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4927">thomas91yub</a> — Wed Oct 11, 2017 9:13 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ChrisHalos]]></name></author>
<updated>2017-10-11T04:13:09+01:00</updated>
<published>2017-10-11T04:13:09+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9849#p9849</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9849#p9849"/>
<title type="html"><![CDATA[Re: CoreNFC and Yubico... finally the access Yubico has want]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9849#p9849"><![CDATA[
I think a blog will be posted on the website in a few days, but the short answer is - not really.<br /><br />Developers will have to build NFC support into each individual application to retrieve the OTP from the NDEF tag. So if support for OTP over NFC is desired in an application (example: LastPass), the application developer would have to add support in their iOS app to handle the NDEF tag.<br /><br />CoreNFC also doesn't allow write operations that are required for authentication protocols like U2F.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3140">ChrisHalos</a> — Wed Oct 11, 2017 4:13 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[thomas91yub]]></name></author>
<updated>2017-10-10T19:09:31+01:00</updated>
<published>2017-10-10T19:09:31+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9847#p9847</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9847#p9847"/>
<title type="html"><![CDATA[Re: CoreNFC and Yubico... finally the access Yubico has want]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9847#p9847"><![CDATA[
Is there any news yet?<br /><br />It seems that only developers can create a bugreport at bugreport.apple.com, normal AppleIDs are not permitted.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4927">thomas91yub</a> — Tue Oct 10, 2017 7:09 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[zigg]]></name></author>
<updated>2017-08-02T20:24:15+01:00</updated>
<published>2017-08-02T20:24:15+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9696#p9696</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9696#p9696"/>
<title type="html"><![CDATA[Re: CoreNFC and Yubico... finally the access Yubico has want]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9696#p9696"><![CDATA[
Not yet, but I intended to. Knowing whether you were still experiencing the problem was my first step. <img src="https://forum.yubico.com/images/smilies/icon_e_smile.gif" alt=":)" title="Smile" /><br /><br />Thanks for working on it!<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4864">zigg</a> — Wed Aug 02, 2017 8:24 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ChrisHalos]]></name></author>
<updated>2017-08-02T17:28:58+01:00</updated>
<published>2017-08-02T17:28:58+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9695#p9695</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9695#p9695"/>
<title type="html"><![CDATA[Re: CoreNFC and Yubico... finally the access Yubico has want]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9695#p9695"><![CDATA[
No updates. When we have something new to share, we will comment on this thread.<br /><br />Have you submitted a bug report via bugreport.apple.com as recommended above?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3140">ChrisHalos</a> — Wed Aug 02, 2017 5:28 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[zigg]]></name></author>
<updated>2017-08-02T02:09:27+01:00</updated>
<published>2017-08-02T02:09:27+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9694#p9694</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9694#p9694"/>
<title type="html"><![CDATA[Re: CoreNFC and Yubico... finally the access Yubico has want]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9694#p9694"><![CDATA[
Has there been any progress as the iOS 11 cycle continues? I'm really interested in this and would like to go NEO even if it's just for TOTP—right now I'm using Authy to store my TOTP secrets and I'm not super happy with it.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4864">zigg</a> — Wed Aug 02, 2017 2:09 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ChrisHalos]]></name></author>
<updated>2017-07-11T16:44:13+01:00</updated>
<published>2017-07-11T16:44:13+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9653#p9653</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9653#p9653"/>
<title type="html"><![CDATA[Re: CoreNFC and Yubico... finally the access Yubico has want]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9653#p9653"><![CDATA[
Yubico has been experimenting with Core NFC, and has discovered two things:<br /><br />1) The YubiKey NEO supports providing OTP codes via NDEF and works today with Android phones; however, <em>the YubiKey NEO currently does not work with iOS 11 beta due to an NFC negotiation issue</em>. We will provide further updates as we continue our investigation.<br /><br />2) The iOS 11 Core NFC APIs currently allow reading NDEF tags only, with no application provided data sent to the tag. This means that <em>without more open iOS APIs, only OTP could be supported</em>. <br /><br />Yubico has reported these issues, but because Apple wants to hear from their customers, those who are interested should let them know by submitting via bugreport.apple.com.<br /><br />We hope at least #1 can be resolved before the iOS 11 release, and would love a more feature rich NFC API in the future to protect iOS users with advanced security protocols like U2F.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3140">ChrisHalos</a> — Tue Jul 11, 2017 4:44 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[SnakeByte]]></name></author>
<updated>2017-07-08T23:42:35+01:00</updated>
<published>2017-07-08T23:42:35+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9651#p9651</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9651#p9651"/>
<title type="html"><![CDATA[CoreNFC and Yubico... finally the access Yubico has wanted?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2665&amp;p=9651#p9651"><![CDATA[
IOS 11 opens the doors to NFC for developers called CoreNFC:<br /><!-- m --><a class="postlink" href="https://developer.apple.com/documentation/corenfc">https://developer.apple.com/documentation/corenfc</a><!-- m --><br /><br />About a month ago, someone asked about IOS NFC support here:<br /><!-- m --><a class="postlink" href="https://github.com/Yubico/yubioath-android/issues/58">https://github.com/Yubico/yubioath-android/issues/58</a><!-- m --><br /><br />However, it went unanswered (perhaps because the question was asked in yubioath-android).<br /><br />Is anyone at Yubico aware of any plans to support NFS on iOS devices now, or does CoreNFC still not go far enough?  (I'm assuming that beta access to iOS 11 allows one to test CoreNFC already)<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3511">SnakeByte</a> — Sat Jul 08, 2017 11:42 pm</p><hr />
]]></content>
</entry>
</feed>