1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00
yubikey-val/README

32 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-10-29 14:17:50 +01:00
== YubiKey OTP Validation Server ==
2013-01-30 14:48:09 +01:00
2021-04-23 19:50:41 +02:00
NOTE: Yubico has declared end-of-life of YK-VAL and has moved it to YubicoLabs as a reference architecture at https://github.com/YubicoLabs/yubikey-val.
2013-09-18 17:09:37 +02:00
The YubiKey Validation Server (YK-VAL) is a server that validates
2014-09-24 17:59:31 +02:00
Yubikey One-Time Passwords (OTPs). YK-VAL is written in PHP, for use
behind web servers such as Apache.
2013-01-30 14:48:09 +01:00
2014-09-24 17:59:31 +02:00
General
-------
2013-01-30 14:48:09 +01:00
2014-09-24 17:59:31 +02:00
The server implements the Yubico API protocol as defined in
doc/ValidationProtocol* and further documentation is also available in
the doc/ subdirectory.
2013-01-30 14:48:09 +01:00
2014-09-24 17:59:31 +02:00
This server talks to a KSM service for decrypting the OTPs, to avoid
storing any AES keys on the validation server. One implementation of
2014-10-29 14:17:50 +01:00
this service is the https://developers.yubico.com/yubikey-ksm[YubiKey-KSM],
and another implementation using the YubiHSM hardware is
https://developers.yubico.com/python-pyhsm[PyHSM].
2013-01-30 14:48:09 +01:00
2013-09-18 17:09:37 +02:00
Note that version 1.x is a minimal centralized server. Version 2.x is
a replicated system that uses multiple machines.
2014-10-29 14:17:50 +01:00
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.