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

39 lines
1.0 KiB
Plaintext
Raw Normal View History

2013-01-30 14:48:09 +01:00
yubikey-val
===========
2013-09-18 17:09:37 +02:00
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.
2013-01-30 14:48:09 +01:00
2013-09-18 17:09:37 +02:00
The server implements the Yubico API protocol as defined in
doc/ValidationProtocol*.
2013-01-30 14:48:09 +01:00
2013-09-18 17:09:37 +02:00
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:
2013-01-30 14:48:09 +01:00
https://github.com/Yubico/yubikey-ksm
2013-09-18 17:09:37 +02:00
Another implementation of a KSM using the YubiHSM hardware is
Python-PyHSM:
2013-01-30 14:48:09 +01:00
https://github.com/Yubico/python-pyhsm
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.
2013-01-30 14:48:09 +01:00
Releases are available from:
http://yubico.github.com/yubikey-val/releases.html
2012-02-22 14:31:54 +01:00
Documentation is in doc/
If you've checked out the source tree and the doc/ dir is empty, do
$ git submodule init
$ git submodule update
The documentation is also available online at
2013-01-28 13:20:33 +01:00
http://github.com/Yubico/yubikey-val/wiki