mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2024-11-29 00:24:14 +01:00
YubiKey Key Storage Module
18642b319a
Modify config-db.php include to check for file instead of doing a (failed) include and spamming the log files that the fi |
||
---|---|---|
doc | ||
.gitignore | ||
.htaccess | ||
.travis.yml | ||
BLURB | ||
COPYING | ||
Makefile | ||
NEWS | ||
README | ||
README.adoc | ||
selftest.sh | ||
ykksm-checksum | ||
ykksm-config.php | ||
ykksm-db.sql | ||
ykksm-decrypt.php | ||
ykksm-export | ||
ykksm-gen-keys | ||
ykksm-import | ||
ykksm-utils.php |
== YubiKey Key Storage Module (YK-KSM) The YubiKey Key Storage Module (YK-KSM) provides a AES key storage facility for use with a YubiKey validation server. The YK-KSM is intended to be run on a locked-down server. This separation allows third parties to keep tight control of the AES keys for their YubiKeys, but at the same time allow external validation servers (e.g., Yubico's) to validate OTPs from these YubiKeys. The YK-KSM was designed to work with the YubiKey validation server: https://developers.yubico.com/yubikey-val/ Documentation is in doc/. === Development To create a tarball you must have a recent versions of "help2man" and "git2cl".