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

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2015-06-02T14:30:03+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=26&amp;t=1907</id>
<entry>
<author><name><![CDATA[Marcuccio]]></name></author>
<updated>2015-06-02T14:30:03+01:00</updated>
<published>2015-06-02T14:30:03+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1907&amp;p=7389#p7389</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1907&amp;p=7389#p7389"/>
<title type="html"><![CDATA[Re: How to guarantee secure login - New to NFC]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1907&amp;p=7389#p7389"><![CDATA[
<div class="quotetitle">Tom2 wrote:</div><div class="quotecontent"><br />You application should be using OTP or FIDO U2F most probably (guessing here)<br /><br />Thus have a look at this:<br /><br />demo.yubico.com<br />demo.yubico.com/u2f<br /><br /><!-- m --><a class="postlink" href="https://developers.yubico.com/OTP/">https://developers.yubico.com/OTP/</a><!-- m --><br /><!-- m --><a class="postlink" href="https://developers.yubico.com/U2F/">https://developers.yubico.com/U2F/</a><!-- m --><br /><br />or <!-- m --><a class="postlink" href="https://developers.yubico.com/yubioath-android/">https://developers.yubico.com/yubioath-android/</a><!-- m --><br /><br />Thus send over NFC an OTP and validate it against YubiCloud <!-- m --><a class="postlink" href="https://developers.yubico.com/Software_Projects/YubiKey_OTP/YubiCloud_Connector_Libraries/">https://developers.yubico.com/Software_ ... Libraries/</a><!-- m --><br /></div><br /><br />Just amazing, thank you!<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3751">Marcuccio</a> — Tue Jun 02, 2015 2:30 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom2]]></name></author>
<updated>2015-06-02T13:03:01+01:00</updated>
<published>2015-06-02T13:03:01+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1907&amp;p=7388#p7388</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1907&amp;p=7388#p7388"/>
<title type="html"><![CDATA[Re: How to guarantee secure login - New to NFC]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1907&amp;p=7388#p7388"><![CDATA[
You application should be using OTP or FIDO U2F most probably (guessing here)<br /><br />Thus have a look at this:<br /><br />demo.yubico.com<br />demo.yubico.com/u2f<br /><br /><!-- m --><a class="postlink" href="https://developers.yubico.com/OTP/">https://developers.yubico.com/OTP/</a><!-- m --><br /><!-- m --><a class="postlink" href="https://developers.yubico.com/U2F/">https://developers.yubico.com/U2F/</a><!-- m --><br /><br />or <!-- m --><a class="postlink" href="https://developers.yubico.com/yubioath-android/">https://developers.yubico.com/yubioath-android/</a><!-- m --><br /><br />Thus send over NFC an OTP and validate it against YubiCloud <!-- m --><a class="postlink" href="https://developers.yubico.com/Software_Projects/YubiKey_OTP/YubiCloud_Connector_Libraries/">https://developers.yubico.com/Software_ ... Libraries/</a><!-- m --><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3364">Tom2</a> — Tue Jun 02, 2015 1:03 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Marcuccio]]></name></author>
<updated>2015-06-02T10:21:58+01:00</updated>
<published>2015-06-02T10:21:58+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1907&amp;p=7387#p7387</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1907&amp;p=7387#p7387"/>
<title type="html"><![CDATA[How to guarantee secure login - New to NFC]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1907&amp;p=7387#p7387"><![CDATA[
Hello people,<br /><br />I'm sorry if subject is not too clear, but I'm really new to NFC development and I started to use the YubiKey only yesterday.<br />I'm developing a mobile application and I'm using the YubiKey to secure login with the 2FA, but I'm a little bit confused on the way I should use my Key.<br /><br />My question is : is there any way to make the NFC exchange to be &quot;unique&quot;? When I get the NDEF tag, the only thing that seems to be unique is the id, but I don't think it will really be secure to just check if this Id matches with the one registered into my database (even if it's specific to every user).<br /><br />I'm a little bit confused on how to use the YubiKey, using NFC, to check if &quot;it's really that person&quot; and prevent this step to be easily hacked.<br />Right now (I just started to code the application) I'm just checking if the Id matches, but I tell myself that anyone could buy a NFC device, change the Id and hack everything.<br /><br />I'm sorry if the question has already been asked (I didn't find anything similar) or if I misunderstood all the YubiKey authentication principle, but I would like if anyone could help me out <img src="https://forum.yubico.com/images/smilies/icon_e_smile.gif" alt=":)" title="Smile" /><br /><br />Thank you!!<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3751">Marcuccio</a> — Tue Jun 02, 2015 10:21 am</p><hr />
]]></content>
</entry>
</feed>