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

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2009-09-09T20:22:08+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=3&amp;t=354</id>
<entry>
<author><name><![CDATA[Klaus]]></name></author>
<updated>2009-09-09T20:22:08+01:00</updated>
<published>2009-09-09T20:22:08+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=354&amp;p=1751#p1751</id>
<link href="https://forum.yubico.com/viewtopic.php?t=354&amp;p=1751#p1751"/>
<title type="html"><![CDATA[Re: Made a non-pear php implementation]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=354&amp;p=1751#p1751"><![CDATA[
<div class="codetitle"><b>Code:</b></div><div class="codecontent">         $signature = preg_replace('/\+/', '%2B', $signature);<br /></div><br /><br />This will help <img src="https://forum.yubico.com/images/smilies/icon_e_smile.gif" alt=":)" title="Smile" /> and thanks for sharing<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=850">Klaus</a> — Wed Sep 09, 2009 8:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[vrillusions]]></name></author>
<updated>2009-07-10T18:55:20+01:00</updated>
<published>2009-07-10T18:55:20+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=354&amp;p=1567#p1567</id>
<link href="https://forum.yubico.com/viewtopic.php?t=354&amp;p=1567#p1567"/>
<title type="html"><![CDATA[Made a non-pear php implementation]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=354&amp;p=1567#p1567"><![CDATA[
Been meaning to post this for a while.  This is a demo script (sadly I have yet to apply it anywhere) that uses the curl extension in php.  It signs the request, sends over ssl, and verifies the response signature.<br /><br />Demo: <a href="http://rikku.vrillusions.com/~vr/yubikey-verify.php" class="postlink">http://rikku.vrillusions.com/~vr/yubikey-verify.php</a><br />Source: <a href="http://rikku.vrillusions.com/~vr/yubikey-verify.phps" class="postlink">http://rikku.vrillusions.com/~vr/yubikey-verify.phps</a><br /><br />Only bug I've been noticing is sometimes the sent signature for message I sent comes back from yubico as invalid.  It's reproducable enough that it goes no more than 10 times before I'll see it.  Not sure if it's on my end or yubico's since I don't think the official libraries verify it.  I'm sending everything over ssl so verifying hashes is redundant.  I set this up as a most secure way possible.  If anyone can figure out how to fix that part I'd be happy to know.  Otherwise this library could be useful for people that don't even want to depend on PEAR.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=90">vrillusions</a> — Fri Jul 10, 2009 6:55 pm</p><hr />
]]></content>
</entry>
</feed>