My favorites | Sign in
Project Logo
                
Search
for
Updated Jul 03, 2008 by simon75j
Labels: Featured, Phase-Deploy
ReadMe  
Introduction and installation of the Yubico Java library

Introduction

This package make up the low-level Java software development kit for the Yubico authentication device, the Yubikey. In particular:

Building

Build the package by invoking:

  $ ant

The output Java library will be stored in out/base.jar.

Test the code

To decode a Yubikey OTP you need the AES key for the yubikey. Contact Yubico to get it. Then you can invoke the tool as follows:

  $ cd classes
  $ java com.yubico.base.tools.Display <aeskey> <one_time_password>

Replace

<aeskey>
with the modhex encoded AES key and
<one_time_password>
with the Yubikey output.

Self-tests

Run the self-tests to make sure it is working properly:

  $ ant test

Questions?

Talk to <simon@yubico.com>.


Sign in to add a comment
Hosted by Google Code