1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-12-04 15:24:15 +01:00
yubikey-ksm/README

26 lines
855 B
Plaintext
Raw Permalink Normal View History

2012-12-18 13:40:42 +01:00
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:
2012-12-18 16:24:02 +01:00
http://yubico.github.com/yubikey-ksm/releases.html
2012-12-18 13:40:42 +01:00
The YK-KSM was designed to work with the YubiKey validation server in PHP:
https://github.com/Yubico/yubikey-val-server-php/
2012-12-18 13:54:10 +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
http://github.com/Yubico/yubikey-ksm/wiki