Yubico Forum

...visit our web-store at store.yubico.com
It is currently Tue Jan 30, 2018 8:21 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Thu Jul 15, 2010 11:32 am 
Offline

Joined: Thu Aug 06, 2009 11:34 pm
Posts: 4
I want to reprogram my Yubikey and upload my AES-key according to this howto: http://www.yubico.com/developers/aeskeys/.
My only issue is that I'm running Linux, and I don't want to misconfigure my Yubikey since it's al.
I hoped someone with enough knowledge could make a short howto on how this is done using the CLI-tool for Linux? A quick explenation of the required settings and parameters would be great, or better yet: a short script for easing the process. ;)
Anyone up for the challenge?


Top
 Profile  
Reply with quote  

Share On:

Share on Facebook FacebookShare on Twitter TwitterShare on Tumblr TumblrShare on Google+ Google+

PostPosted: Mon Jul 19, 2010 9:39 am 
Offline

Joined: Thu Aug 06, 2009 11:34 pm
Posts: 4
It turned out to be not so very hard to reprogram the Yubikey after all:
Code:
ykpersonalize -1 -ofixed=h:ff{put in some random 10 HEX-digits here}  -ouid={put in some random 12 HEX-digits here} -v

In the code above, remove every { and }.
    -1 - Change the first configuration. Change this to '2' if you want to change configuration #2 instead.
    -ofixed - Public ID. If the key is in HEX-format (not modhex), the key should start with 'h:ff'. Else, if in modhex-format, it should start with 'vv'.
    -ouid - Private ID/UID.
This is just a summary of what is needed to make it work. When running this, you are asked to type in a passphrase that will be used to generate the AES-key. After this is done, make a copy of your AES-key and upload it to Yubico. :-)


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group