Source: yubikey-server-c Section: admin Priority: optional Maintainer: Tollef Fog Heen Build-Depends: debhelper (>= 7), autotools-dev, libpq-dev, libmicrohttpd-dev, libyubikey-dev, pkg-config, libgcrypt20-dev Standards-Version: 3.8.3 Package: yubikey-server-c Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Yubikey validation server Yubikeys are USB tokens that act like keyboards and generate one-time passwords. The tokens are produced and sold by Yubico . This is a server that checks the validity of those OTP tokens. There are servers written in Java and PHP, while this one is written in C . It implements the server side of the API as described on http://www.yubico.com/developers/api/ and can be used with any client that implements the same API.