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

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2008-09-09T02:11:49+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=5&amp;t=172</id>
<entry>
<author><name><![CDATA[ferrix]]></name></author>
<updated>2008-09-09T02:11:49+01:00</updated>
<published>2008-09-09T02:11:49+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=172&amp;p=659#p659</id>
<link href="https://forum.yubico.com/viewtopic.php?t=172&amp;p=659#p659"/>
<title type="html"><![CDATA[Re: .NET validation server?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=172&amp;p=659#p659"><![CDATA[
Finally we have it available.  For the latest details of the free .NET released library, see the bottom of the page:<br /><br /><!-- m --><a class="postlink" href="http://www.collectivesoftware.com/Products/AuthLite">http://www.collectivesoftware.com/Products/AuthLite</a><!-- m --><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=162">ferrix</a> — Tue Sep 09, 2008 2:11 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[coolzero]]></name></author>
<updated>2008-09-05T07:47:37+01:00</updated>
<published>2008-09-05T07:47:37+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=172&amp;p=646#p646</id>
<link href="https://forum.yubico.com/viewtopic.php?t=172&amp;p=646#p646"/>
<title type="html"><![CDATA[Re: .NET validation server?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=172&amp;p=646#p646"><![CDATA[
Hello Everyone,<br />My company has developed a tool for validating the Yubikey OTP utilizing the .Net Framework for validation server. We have it available in .Net 2.0 framework, we will have in .Net 3.5 based upon your request . If you are interested, please visit our website to view a product demo and download an evaluation version at <!-- m --><a class="postlink" href="http://www.yubikeydotnet.com">http://www.yubikeydotnet.com</a><!-- m -->.<br /><br />Thanks,<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=255">coolzero</a> — Fri Sep 05, 2008 7:47 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[paul]]></name></author>
<updated>2008-08-28T22:18:30+01:00</updated>
<published>2008-08-28T22:18:30+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=172&amp;p=609#p609</id>
<link href="https://forum.yubico.com/viewtopic.php?t=172&amp;p=609#p609"/>
<title type="html"><![CDATA[Re: .NET validation server?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=172&amp;p=609#p609"><![CDATA[
<div class="quotetitle">hongzhang wrote:</div><div class="quotecontent"><br />It seems the java validation server I downloaded has only class files, not source code?<br /></div><br /><br />The source code is there:<br /><br /><!-- m --><a class="postlink" href="http://code.google.com/p/yubikey-server-j/source/browse/#svn/trunk/src/com/yubico/wsapi">http://code.google.com/p/yubikey-server ... bico/wsapi</a><!-- m --><br /><br />And more documentation here:<br /><br /><!-- l --><a class="postlink-local" href="http://forum.yubico.com/yubico-val-server/">yubico-val-server/</a><!-- l --><br /><br />Cheers<br /> <img src="https://forum.yubico.com/images/smilies/icon_e_geek.gif" alt=":geek:" title="Geek" /><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=55">paul</a> — Thu Aug 28, 2008 10:18 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[paul]]></name></author>
<updated>2008-08-28T22:15:44+01:00</updated>
<published>2008-08-28T22:15:44+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=172&amp;p=608#p608</id>
<link href="https://forum.yubico.com/viewtopic.php?t=172&amp;p=608#p608"/>
<title type="html"><![CDATA[Re: .NET validation server?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=172&amp;p=608#p608"><![CDATA[
<div class="quotetitle">hongzhang wrote:</div><div class="quotecontent"><br />Hi, <br /><br />2) If no, I can probably write it myself. I just want to make sure my understanding is correct, the authorization server basically only stores the Identifier (key ID), Session, and TimeStamp, if the input token is valid, I simply make sure (from the table) the key is not a replay. Is it? Anything else I am missing? If yes, does that mean I should probably only need one table in the database, correct?<br /></div><br /><br />Basically, decrypt the OTP by the AES key corresponding to this Yubikey, then extract and data including TokenId, Counter, TimeStamp and check on them.<br /><br />See the code working under api.yubico.com here:<br /><br /><!-- m --><a class="postlink" href="http://code.google.com/p/yubikey-server-j/source/browse/trunk/src/com/yubico/wsapi/KeySubsystem.java">http://code.google.com/p/yubikey-server ... ystem.java</a><!-- m --><br /><br />Cheers<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=55">paul</a> — Thu Aug 28, 2008 10:15 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ferrix]]></name></author>
<updated>2008-08-28T16:43:22+01:00</updated>
<published>2008-08-28T16:43:22+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=172&amp;p=606#p606</id>
<link href="https://forum.yubico.com/viewtopic.php?t=172&amp;p=606#p606"/>
<title type="html"><![CDATA[Re: .NET validation server?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=172&amp;p=606#p606"><![CDATA[
We have ported the &quot;basic validation server&quot; to .net and can release it to the community.  I will post a link here.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=162">ferrix</a> — Thu Aug 28, 2008 4:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hongzhang]]></name></author>
<updated>2008-08-28T14:02:33+01:00</updated>
<published>2008-08-28T14:02:33+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=172&amp;p=605#p605</id>
<link href="https://forum.yubico.com/viewtopic.php?t=172&amp;p=605#p605"/>
<title type="html"><![CDATA[Re: .NET validation server?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=172&amp;p=605#p605"><![CDATA[
Hi, thanks for your reply. Could you confirm if my understanding (question 2) is correct? <br /><br />It seems the java validation server I downloaded has only class files, not source code?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=238">hongzhang</a> — Thu Aug 28, 2008 2:02 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[paul]]></name></author>
<updated>2008-08-28T00:06:32+01:00</updated>
<published>2008-08-28T00:06:32+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=172&amp;p=599#p599</id>
<link href="https://forum.yubico.com/viewtopic.php?t=172&amp;p=599#p599"/>
<title type="html"><![CDATA[Re: .NET validation server?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=172&amp;p=599#p599"><![CDATA[
Hi, Hongzhang,<br /><br />Yes some of our customers are asking for it. <br /><br /><!-- l --><a class="postlink-local" href="http://forum.yubico.com/viewtopic.php?f=12&amp;t=173">viewtopic.php?f=12&amp;t=173</a><!-- l --><br /><br />That's a high-priority project in the community's wish list, how long do you this can be done? Since it has been ported to PHP, Perl:<br /><br /><!-- m --><a class="postlink" href="http://yubico.com/developers/library/">http://yubico.com/developers/library/</a><!-- m --><br /><br />I suppose it should be easily doable by an experience developer. And do you expect to share with the community and get a lot of feedback &amp; QA help? Or you plan to polish it on your own and license it to customers?<br /><br />Let me know how we can help. Thanks<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=55">paul</a> — Thu Aug 28, 2008 12:06 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hongzhang]]></name></author>
<updated>2008-08-27T19:29:29+01:00</updated>
<published>2008-08-27T19:29:29+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=172&amp;p=597#p597</id>
<link href="https://forum.yubico.com/viewtopic.php?t=172&amp;p=597#p597"/>
<title type="html"><![CDATA[.NET validation server?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=172&amp;p=597#p597"><![CDATA[
Hi, <br /><br />I am having two questions about the validation server:<br /><br />1) Does anyone know any open source .NET authorization server? <br /><br />2) If no, I can probably write it myself. I just want to make sure my understanding is correct, the authorization server basically only stores the Identifier (key ID), Session, and TimeStamp, if the input token is valid, I simply make sure (from the table) the key is not a replay. Is it? Anything else I am missing? If yes, does that mean I should probably only need one table in the database, correct? <br /><br /><br />Thanks in advanced.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=238">hongzhang</a> — Wed Aug 27, 2008 7:29 pm</p><hr />
]]></content>
</entry>
</feed>