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

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

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=26&amp;t=1762</id>
<entry>
<author><name><![CDATA[Tom2]]></name></author>
<updated>2015-03-02T16:34:15+01:00</updated>
<published>2015-03-02T16:34:15+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6946#p6946</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6946#p6946"/>
<title type="html"><![CDATA[Re: [Question] Generating the same OTP in two NEOs]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6946#p6946"><![CDATA[
You have a NEO, there are no &quot;slots&quot; the OATH applet can memorize any number of credential (well so far as there is space available)<br /><br />read <!-- m --><a class="postlink" href="https://developers.yubico.com">https://developers.yubico.com</a><!-- m --> and <!-- m --><a class="postlink" href="https://www.yubico.com/products/yubikey-hardware/">https://www.yubico.com/products/yubikey-hardware/</a><!-- m --><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3364">Tom2</a> — Mon Mar 02, 2015 4:34 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[RobertoMIT]]></name></author>
<updated>2015-02-27T18:52:33+01:00</updated>
<published>2015-02-27T18:52:33+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6935#p6935</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6935#p6935"/>
<title type="html"><![CDATA[Re: [Question] Generating the same OTP in two NEOs]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6935#p6935"><![CDATA[
<div class="quotetitle">Tom2 wrote:</div><div class="quotecontent"><br />However best practice is to simply add both device to your authentication system, one will be acting as a back up. No need to have the same secrets in it.<br /></div><br /><br />Tom, how can I do this with the Android Yubikey Authenticator? I think it can't, because each one accesses a different sent of credentials. Am I missing something?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3561">RobertoMIT</a> — Fri Feb 27, 2015 6:52 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom2]]></name></author>
<updated>2015-02-27T11:37:34+01:00</updated>
<published>2015-02-27T11:37:34+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6930#p6930</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6930#p6930"/>
<title type="html"><![CDATA[Re: [Question] Generating the same OTP in two NEOs]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6930#p6930"><![CDATA[
Hello Roberto,<br /><br />I think there is a bit of confusion here. The yubikey supports multiple protocols and you're mixing them up a bit.<br /><br />OATH protocols such as TOTP, can be used on different device if they have proper clock synced<br />OATH HOTP, unfortunately is counter based and using one device will make the other out of sync.<br /><br />Sames goes for the Yubico OTP, which you progamme with the Yubikey personalization tool.<br /><br />If you want to create a backup device for the the Yubico OTP, save the secrets and use them later on to re-programme you new Yubikey with a higher starting counter value (if ever needed)<br /><br /><br />However best practice is to simply add both device to your authentication system, one will be acting as a back up. No need to have the same secrets in it.<br /><br />Tom.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3364">Tom2</a> — Fri Feb 27, 2015 11:37 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[RobertoMIT]]></name></author>
<updated>2015-02-27T07:35:03+01:00</updated>
<published>2015-02-27T07:35:03+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6927#p6927</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6927#p6927"/>
<title type="html"><![CDATA[[Question] Generating the same OTP in two NEOs]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1762&amp;p=6927#p6927"><![CDATA[
Hello there. I just got two brand new NEOs and started using the Yubikey Authenticator app for Android. I want to be able to retrieve the same set of credentials (e.g. Gmail, facebook, Dropbox) using either one of the NEOs, but so far I have been unable to do so. Any help is welcome. This is what I (think I) know so far:<br /><br />- The Yubikey Authenticator app is receiving from the NEO, via NFC, a link with the OTP generated by the NEO.<br />- Each NEO generates a different OTP.<br /><br />A key question is whether it is possible, by using the Yubikey Personalization Tool, to reprogram one of the NEOs to mimic the behavior of the other.<br /><br />Another question is whether it is possible to make the app to accept either one of the NEOs to retrieve the same set of credentials (I doubt this is possible.)<br /><br />Any ideas?<br /><br />Roberto<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3561">RobertoMIT</a> — Fri Feb 27, 2015 7:35 am</p><hr />
]]></content>
</entry>
</feed>