1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 10:52:18 +01:00
2014-09-24 15:21:47 +02:00
2012-06-12 09:23:32 +02:00
2014-06-26 13:15:01 +02:00
2010-04-23 18:07:10 +00:00
2014-09-24 17:59:31 +02:00
2013-02-04 17:39:36 +01:00
2014-09-24 11:14:25 +02:00
2014-09-24 18:00:43 +02:00
2014-09-24 17:59:31 +02:00
2014-09-23 14:12:42 +02:00
2013-01-30 11:26:09 +01:00
2013-01-30 11:26:09 +01:00
2014-09-23 10:09:17 +02:00
2013-04-17 17:24:50 +02:00
2013-02-04 17:39:36 +01:00
2013-02-04 17:39:36 +01:00
2013-03-12 15:31:52 +01:00
2014-09-23 10:36:39 +02:00
2014-09-23 10:36:39 +02:00
2013-03-12 09:35:11 +01:00
2013-03-12 15:31:52 +01:00
2014-09-23 10:36:39 +02:00
2014-09-23 10:36:39 +02:00
2013-02-04 17:39:36 +01:00
2013-02-04 17:39:36 +01:00
2013-01-30 11:26:09 +01:00
2013-02-04 17:39:36 +01:00
2014-01-07 12:38:10 +01:00
2013-04-17 17:24:50 +02:00

YubiKey OTP Validation Server
=============================

The YubiKey Validation Server (YK-VAL) is a server that validates
Yubikey One-Time Passwords (OTPs).  YK-VAL is written in PHP, for use
behind web servers such as Apache.

License
-------

The project is licensed under a BSD license.  See the file COPYING for
exact wording.  For any copyright year range specified as YYYY-ZZZZ in
this package note that the range specifies every single year in that
closed interval.

General
-------

The server implements the Yubico API protocol as defined in
doc/ValidationProtocol* and further documentation is also available in
the doc/ subdirectory.

This server talks to a KSM service for decrypting the OTPs, to avoid
storing any AES keys on the validation server.  One implementation of
this service is the YubiKey-KSM --
https://developers.yubico.com/yubikey-ksm/ -- and another
implementation using the YubiHSM hardware is PyHSM:
https://developers.yubico.com/python-pyhsm/

Note that version 1.x is a minimal centralized server. Version 2.x is
a replicated system that uses multiple machines.
Description
YubiKey OTP validation server in PHP
Readme 1.1 MiB
Languages
PHP 78.8%
Roff 12.6%
Makefile 4.2%
Perl 3.1%
Shell 1.3%