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

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

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=8&amp;t=129</id>
<entry>
<author><name><![CDATA[aha42]]></name></author>
<updated>2008-07-14T12:09:56+01:00</updated>
<published>2008-07-14T12:09:56+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=129&amp;p=435#p435</id>
<link href="https://forum.yubico.com/viewtopic.php?t=129&amp;p=435#p435"/>
<title type="html"><![CDATA[Re: New low level yubikey java prototype project]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=129&amp;p=435#p435"><![CDATA[
I posted to <a href="http://groups.google.com/group/yubico-devel/browse_thread/thread/b2cb22babd3f6701/1da74d80e40a8a4f" class="postlink">this group thread</a> a post on updates to the project.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=108">aha42</a> — Mon Jul 14, 2008 12:09 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[aha42]]></name></author>
<updated>2008-07-08T10:41:28+01:00</updated>
<published>2008-07-08T10:41:28+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=129&amp;p=418#p418</id>
<link href="https://forum.yubico.com/viewtopic.php?t=129&amp;p=418#p418"/>
<title type="html"><![CDATA[Re: New low level yubikey java prototype project]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=129&amp;p=418#p418"><![CDATA[
Yea, you may be right...<br /><br />It just seemed like a practical way of doing 'suggestion project'.<br /><br />There has been times when Simon has told me something I did broke his build system, sure a branch within the project might solved those problems but using a separate project sure does for now.<br /><br />I am sympathetic to the irritation that can be caused by some not doing things in the right way...<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=108">aha42</a> — Tue Jul 08, 2008 10:41 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[always]]></name></author>
<updated>2008-07-08T03:46:32+01:00</updated>
<published>2008-07-08T03:46:32+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=129&amp;p=417#p417</id>
<link href="https://forum.yubico.com/viewtopic.php?t=129&amp;p=417#p417"/>
<title type="html"><![CDATA[Re: New low level yubikey java prototype project]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=129&amp;p=417#p417"><![CDATA[
This seems completely backward: You say it's a branch, so why not a branch in the existing source? That's what ./branches is for . . .<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=163">always</a> — Tue Jul 08, 2008 3:46 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[aha42]]></name></author>
<updated>2008-07-07T16:40:14+01:00</updated>
<published>2008-07-07T16:40:14+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=129&amp;p=413#p413</id>
<link href="https://forum.yubico.com/viewtopic.php?t=129&amp;p=413#p413"/>
<title type="html"><![CDATA[New low level yubikey java prototype project]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=129&amp;p=413#p413"><![CDATA[
I have been doing changes to the yubico-j low level library while having enjoyable conversation with Simon at Yubico.<br /><br />Today I created a new project named arne-proposed-yubikey-j (Arne is my first name) based on the latest source from yubico-j, it is published here: <a href="http://code.google.com/p/arne-proposed-yubikey-j" class="postlink">http://code.google.com/p/arne-proposed-yubikey-j</a>.<br /><br />The reason for making this project is not to create a project to compete with yubico-j but to communicate proposed changes to it: <em>it is a branch</em>, but I like to do it as a project because google has made it so easy to work with projects.<br /><br />Main changes in this API from the yubico-j API it is based on:<br /><br /><strong>Token:</strong><br /><br />1. Is reusable (empty constructor and set method).<br />    <br />2. Get methods that returns bytes no longer returns reference to internal arrays.<br />    <br />3. Get methods that returns byte(s) has been renamed to have the suffix Byte(s) in name.<br />    <br />4. New methods that return token property values as int values.<br />    <br />5. toString() method now prints with line breaks and property values as int values.<br /><br /><strong>Pof:</strong><br /><br />6. Renamed to YubiKey.<br />    <br />7. In addition to old parse method has new parse method that accept Token to reuse.<br /><br /><strong>Display:</strong><br /><br />8. Do command line parsing.<br />    <br />9. AES key is accepted in hex, not modhex.<br />    <br />10. Can also be used to convert between hex and modhex.<br /><br /><strong>General:</strong><br /><br />11. Junit tests are part of the source tree. yubico-j has that in a separate tree and that causes problems in my eclipse environment. This is an issue that needs to be resolve in the future, but for the moment I would like to ignore it to get going with hacking.<br /><br />Issues I am going to work on next (in order):<br /><br /><strong>JUnit tests:</strong><br />    <br />1. Make tests that can run through a set of vectors.<br /><br />2. Tool to generate test vectors.<br /><br /><strong>Password validation:</strong><br /><br />3. I think 'cookbook' validation is candidate for reusable code and that it could be here. That may be controversial, but, hey, then it is nice to have a experimental project to show my ideas in  :-).<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=108">aha42</a> — Mon Jul 07, 2008 4:40 pm</p><hr />
]]></content>
</entry>
</feed>