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

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

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=3&amp;t=2399</id>
<entry>
<author><name><![CDATA[SporkWitch]]></name></author>
<updated>2016-09-04T16:08:16+01:00</updated>
<published>2016-09-04T16:08:16+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8955#p8955</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8955#p8955"/>
<title type="html"><![CDATA[Re: How to get private key stored instead of OTP for U2F Jav]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8955#p8955"><![CDATA[
<div class="quotetitle">mouse008 wrote:</div><div class="quotecontent"><br /><div class="quotetitle"><b>Quote:</b></div><div class="quotecontent">I use U2F for login / sudo on my linux machines<br /></div><br />I'd appreciate some more details please, if you don't mind.</div><br />PM or start a new thread, please; that's not really in-scope for this thread (it's rude to hijack).<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4454">SporkWitch</a> — Sun Sep 04, 2016 4:08 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mouse008]]></name></author>
<updated>2016-09-04T07:05:54+01:00</updated>
<published>2016-09-04T07:05:54+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8954#p8954</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8954#p8954"/>
<title type="html"><![CDATA[Re: How to get private key stored instead of OTP for U2F Jav]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8954#p8954"><![CDATA[
<div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"><br />I use U2F for login / sudo on my linux machines<br /></div><br />I'd appreciate some more details please, if you don't mind.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4029">mouse008</a> — Sun Sep 04, 2016 7:05 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[SporkWitch]]></name></author>
<updated>2016-09-03T03:45:16+01:00</updated>
<published>2016-09-03T03:45:16+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8948#p8948</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8948#p8948"/>
<title type="html"><![CDATA[Re: How to get private key stored instead of OTP for U2F Jav]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8948#p8948"><![CDATA[
<div class="quotetitle">ihsanhaikalz wrote:</div><div class="quotecontent"><br />I am trying to create Java client application that will receive private key stored in Yubikey Neo and later use the key to sign the challenge from the server for FIDO U2F, but the problem is when I touched the button in Yubikey Neo it will instead generate the OTP (Yubikey Neo is set with OTP and U2F). I read in the U2F page that currently only Chrome browser is able to use U2F. I tried to use java-u2flib-server package but it seems that it could not access the private key stored CMIIW. So is there anyway I could get the private key from Yubikey Neo in Java?<br /><br />Thanks<br /></div><br />Maybe there's a translation issue, but if I'm understanding you correctly, no, you cannot do what you're asking.  It is not possible to extract the private keys from the secure element, and this is by design, to prevent their compromise.  All cryptographic operations are performed on the token itself, not on the host machine.<br /><br />As far as U2F, officially, yes, only Chrome supports it, however there's a semi-official plug-in for Firefox that works perfectly fine on both the yubico test site and github (it doesn't appear to work for Google, but that seems to be more that they have their stuff hardcoded to say &quot;you're not on chrome, bugger off&quot; than because of an issue with the plug-in; presumably if I changed my user-agent string, it would work fine on Google too).  That's only for browsers, though; plenty of other stuff supports it or can be made to.  I use U2F for login / sudo on my linux machines.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4454">SporkWitch</a> — Sat Sep 03, 2016 3:45 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ihsanhaikalz]]></name></author>
<updated>2016-08-19T13:58:01+01:00</updated>
<published>2016-08-19T13:58:01+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8890#p8890</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8890#p8890"/>
<title type="html"><![CDATA[How to get private key stored instead of OTP for U2F Java?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2399&amp;p=8890#p8890"><![CDATA[
I am trying to create Java client application that will receive private key stored in Yubikey Neo and later use the key to sign the challenge from the server for FIDO U2F, but the problem is when I touched the button in Yubikey Neo it will instead generate the OTP (Yubikey Neo is set with OTP and U2F). I read in the U2F page that currently only Chrome browser is able to use U2F. I tried to use java-u2flib-server package but it seems that it could not access the private key stored CMIIW. So is there anyway I could get the private key from Yubikey Neo in Java?<br /><br />Thanks<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4425">ihsanhaikalz</a> — Fri Aug 19, 2016 1:58 pm</p><hr />
]]></content>
</entry>
</feed>