mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 09:24:12 +01:00
YubiKey OTP validation server in PHP
doc@d32ab96dc2 | ||
tests | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
COPYING | ||
Makefile | ||
NEWS | ||
README | ||
ykval-checksum-clients | ||
ykval-checksum-clients.1 | ||
ykval-checksum-deactivated | ||
ykval-checksum-deactivated.1 | ||
ykval-common.php | ||
ykval-config.php | ||
ykval-db-oci.php | ||
ykval-db-pdo.php | ||
ykval-db.oracle.sql | ||
ykval-db.php | ||
ykval-db.sql | ||
ykval-export | ||
ykval-export-clients | ||
ykval-export-clients.1 | ||
ykval-export.1 | ||
ykval-import | ||
ykval-import-clients | ||
ykval-import-clients.1 | ||
ykval-import.1 | ||
ykval-log.php | ||
ykval-munin-ksmlatency.php | ||
ykval-munin-queuelength.php | ||
ykval-munin-responses.pl | ||
ykval-munin-vallatency.php | ||
ykval-munin-yubikeystats.php | ||
ykval-ping.php | ||
ykval-queue | ||
ykval-queue.1 | ||
ykval-resync.php | ||
ykval-revoke.php | ||
ykval-sync.php | ||
ykval-synclib.php | ||
ykval-verify.php |
yubikey-val =========== The YubiKey Validation Server (YK-VAL) is a server that validates Yubikey OTPs. It is written in PHP, for use with web servers such as Apache. The server implements the Yubico API protocol as defined in: http://yubico.com/developers/api/ 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 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/ 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 http://github.com/Yubico/yubikey-val/wiki