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

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

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=3&amp;t=984</id>
<entry>
<author><name><![CDATA[SarahC]]></name></author>
<updated>2013-03-03T08:03:03+01:00</updated>
<published>2013-03-03T08:03:03+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=984&amp;p=3684#p3684</id>
<link href="https://forum.yubico.com/viewtopic.php?t=984&amp;p=3684#p3684"/>
<title type="html"><![CDATA[Anyone wrote a flat-file VB.Net OTP Authenticator yet?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=984&amp;p=3684#p3684"><![CDATA[
<span style="color: #0000BF">I just want to check before I go and write one. =)<br /><br />My idea behind it is the philosophy: &quot;Offer a feature without lots of prerequisites.&quot;<br /><br />Reason for use: The developer will be able to support authentication of a small number of users, without requiring remote access to external Auth servers, and without the Admin needing a database conection - this could be ideal on a LAN, that is not connected to the Internet.<br /><br />It'll have some constraints - like support for maybe 20 keys, it may be a flat-file, maybe store the AES128 values, power count, time,  and ID's in the registry... I don't know just yet.<br /><br />It will have perhaps two classes... &quot;newKeys&quot;, and &quot;OTPAuth&quot;.<br /><br />It'll have a front end for both of the classes, so an Admin can quickly add a new key to the flat-file, or registry, and implement authentication on any LAN sites they want with a simple:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">Dim Auth AS new Authenticator()<br />debug.print(Auth.isValidKey(&quot;ccccccbllvcvccccccbllvcvccccccbllvcv&quot;)) ' Returns True or False, nothing more.<br /></div><br /><br />That's about it!<br /><br />Any idea, or thoughts?</span><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2331">SarahC</a> — Sun Mar 03, 2013 8:03 am</p><hr />
]]></content>
</entry>
</feed>