mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2024-11-29 00:24:14 +01:00
YubiKey Key Storage Module
doc@5f238cab3f | ||
.gitignore | ||
.gitmodules | ||
.htaccess | ||
.travis.yml | ||
COPYING | ||
Makefile | ||
NEWS | ||
README | ||
selftest.sh | ||
ykksm-checksum | ||
ykksm-config.php | ||
ykksm-db.sql | ||
ykksm-decrypt.php | ||
ykksm-export | ||
ykksm-gen-keys | ||
ykksm-import | ||
ykksm-utils.php |
yubikey-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. Releases are available from: http://yubico.github.io/yubikey-ksm/releases.html The YK-KSM was designed to work with the YubiKey validation server: http://yubico.github.io/yubikey-val/ Documentation is in doc/. The documentation is also available online at: http://github.com/Yubico/yubikey-ksm/wiki Development ----------- To create a tarball you must have a recent versions of "help2man" and "git2cl". If you've checked out the source tree and the doc/ dir is empty, do $ git submodule init $ git submodule update