1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-28 15:24:14 +01:00
This commit is contained in:
Simon Josefsson 2014-09-24 17:59:31 +02:00
parent 68edafd10e
commit e99bc71a47
2 changed files with 25 additions and 23 deletions

4
BLURB
View File

@ -1,8 +1,8 @@
Author: Yubico
Basename: yubikey-val
Homepage: http://opensource.yubico.com/yubikey-val/
Homepage: https://developers.yubico.com/yubikey-val/
License: BSD-2-Clause
Name: yubikey-val
Project: yubikey-val
Summary: YubiKey OTP validation server in PHP
Summary: YubiKey OTP Validation Server
Travis: https://travis-ci.org/Yubico/yubikey-val

44
README
View File

@ -1,29 +1,31 @@
yubikey-val
===========
YubiKey OTP Validation Server
=============================
The YubiKey Validation Server (YK-VAL) is a server that validates
Yubikey OTPs. YK-VAL is written in PHP, for use with web servers such
as Apache.
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*.
doc/ValidationProtocol* and further documentation is also available in
the doc/ subdirectory.
This server talks to another service for decrypting the OTPs, to avoid
storing any AES keys within the validation server. One implementation
of this service is YKKSM:
https://github.com/Yubico/yubikey-ksm
Another implementation of a KSM using the YubiHSM hardware is
Python-PyHSM:
https://github.com/Yubico/python-pyhsm
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.
Releases are available from:
http://yubico.github.com/yubikey-val/releases.html
Documentation is in doc/