1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-12-11 09:24:14 +01:00
YubiKey Key Storage Module
Go to file
2013-01-23 16:44:34 +01:00
doc@bfda50b698 Version 1.9 2013-01-23 16:44:34 +01:00
.gitmodules Added doc submodule. 2012-12-18 13:51:05 +01:00
.htaccess Add. 2009-05-04 14:14:58 +00:00
Makefile Updated versions post 1.8 release. 2013-01-23 15:56:34 +01:00
NEWS Version 1.9 2013-01-23 16:44:34 +01:00
README Corrected releases link in README. 2012-12-18 16:24:02 +01:00
ykksm-checksum Added support for reading db config from /etc/ykksm/ 2012-12-21 13:15:04 +01:00
ykksm-config.php Added support for reading db config from /etc/ykksm/ 2012-12-21 13:15:04 +01:00
ykksm-db.sql Case insensitive. 2009-12-14 16:18:38 +00:00
ykksm-decrypt.php Bump copyright information. 2012-01-23 19:47:28 +00:00
ykksm-export Added support for reading db config from /etc/ykksm/ 2012-12-21 13:15:04 +01:00
ykksm-gen-keys Removed .pl suffix from scripts. 2012-12-18 11:48:10 +01:00
ykksm-import Added support for reading db config from /etc/ykksm/ 2012-12-21 13:15:04 +01:00
ykksm-utils.php Renamed hex2bin to yubi_hex2bin. 2013-01-23 16:03:34 +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:

http://yubico.github.com/yubikey-ksm/releases.html

The YK-KSM was designed to work with the YubiKey validation server in PHP:

https://github.com/Yubico/yubikey-val-server-php/

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