<?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=5&amp;t=301" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2009-04-06T00:16:36+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=5&amp;t=301</id>
<entry>
<author><name><![CDATA[Jakob]]></name></author>
<updated>2009-04-06T00:16:36+01:00</updated>
<published>2009-04-06T00:16:36+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=301&amp;p=1375#p1375</id>
<link href="https://forum.yubico.com/viewtopic.php?t=301&amp;p=1375#p1375"/>
<title type="html"><![CDATA[Re: Timestamp starts not at 0]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=301&amp;p=1375#p1375"><![CDATA[
The timestamp is not needed to verify the OTP although it certainly can add an extra level of security.<br /><br />Each OTP is guaranteed to be unique by the means of the usage counter and the session counter. If the session counter wraps, the usage counter is automatically incremented.<br /><br />Regards,<br /><br />JakobE<br />Hardware- and firmware guy @ Yubico<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=83">Jakob</a> — Mon Apr 06, 2009 12:16 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rpimonitrbtch]]></name></author>
<updated>2009-03-30T21:17:55+01:00</updated>
<published>2009-03-30T21:17:55+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=301&amp;p=1358#p1358</id>
<link href="https://forum.yubico.com/viewtopic.php?t=301&amp;p=1358#p1358"/>
<title type="html"><![CDATA[Re: Timestamp starts not at 0]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=301&amp;p=1358#p1358"><![CDATA[
Was actually suspecting this to be the case...<br /><br />So, if the timestamp is no longer a limiting factor per-session, does the use counter then become the limiting factor? I'd assume so, as there has to be something to ensure that the OTP's are indeed ONE TIME, right?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=313">rpimonitrbtch</a> — Mon Mar 30, 2009 9:17 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Simon]]></name></author>
<updated>2009-03-27T10:26:35+01:00</updated>
<published>2009-03-27T10:26:35+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=301&amp;p=1337#p1337</id>
<link href="https://forum.yubico.com/viewtopic.php?t=301&amp;p=1337#p1337"/>
<title type="html"><![CDATA[Re: Timestamp starts not at 0]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=301&amp;p=1337#p1337"><![CDATA[
This was changed after comments made here on the forum actually!<br /><br />The timestamp now start at a random position.  There is no need for it to start at 0 (or 1), the sever needs to store the values and compute the difference between two OTPs anyway.<br /><br />I'm not sure the wiki page is correct anyway, I thought the timestamp wrapped around and just continued.  There isn't a problem with that as long as the ctr/use counters are incremented properly.<br /><br />/Simon<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2">Simon</a> — Fri Mar 27, 2009 10:26 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Andreas M.]]></name></author>
<updated>2009-03-26T18:28:52+01:00</updated>
<published>2009-03-26T18:28:52+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=301&amp;p=1334#p1334</id>
<link href="https://forum.yubico.com/viewtopic.php?t=301&amp;p=1334#p1334"/>
<title type="html"><![CDATA[Timestamp starts not at 0]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=301&amp;p=1334#p1334"><![CDATA[
Hi all,<br /><br />I have a reprogrammed yubikey. All is fine, but...<br /><br />In the documentation under <!-- m --><a class="postlink" href="http://wiki.yubico.com/wiki/index.php/Yubikey">http://wiki.yubico.com/wiki/index.php/Yubikey</a><!-- m --> stands:<br />The timecode starts at 1 once the Yubikey is powered. It is incremented by an 8 Hz internal clock and counts from 1 to 16,777,216 which gives it a runtime of 24.27 days. When it reaches its limit, the session is terminated and no more OTPs can be generated. <br /><br />Ok! Not mine...<br /><br />Yubikey in, button pressed, decoded:<br />byte 10: 105<br />byte 09: 190<br />byte 08: 170<br /><br />Once again, yubikey out, drink some coffee, yubikey in, press the button, decode:<br />byte 10: 248<br />byte 09: 196<br />byte 08: 99<br /><br />All other is Ok. SessionCounter, TokenCounter, CRC.<br /><br />In the second example, the time would be (248 * 65535 + 196 * 256 + 99) \ 8 Hz = 2037869,375 seconds = 23,58 days.<br />So I have 24,27 - 23,58 = 0,69 days left, before the Yubikey stops generating keys.<br /><br />If I let the Yubikey in and press it some times, the time difference between the pushes is correct. <br /><br />Did I miss something?<br /><br />Andreas<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=548">Andreas M.</a> — Thu Mar 26, 2009 6:28 pm</p><hr />
]]></content>
</entry>
</feed>