1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-11-29 00:24:14 +01:00
YubiKey Key Storage Module
Go to file
2014-09-19 16:34:00 +02:00
doc Add wiki pages. 2014-09-19 15:02:49 +02:00
.gitignore Added .gitignore with build artifacts. 2013-02-04 16:56:01 +01:00
.htaccess Add. 2009-05-04 14:14:58 +00:00
.travis.yml add php 5.6 for travis 2014-06-26 13:15:38 +02:00
BLURB Update some URLs. 2014-09-04 13:22:35 +02:00
COPYING Update copyright information. 2013-02-04 16:53:40 +01:00
Makefile Improve makefile. 2014-09-19 15:05:18 +02:00
NEWS Update some URLs. 2014-09-04 13:22:35 +02:00
README Update. 2014-09-19 16:29:20 +02:00
selftest.sh drop debug code 2014-09-19 16:34:00 +02:00
ykksm-checksum Updated copyright headers. 2013-02-04 17:41:13 +01:00
ykksm-config.php Added missing default db type. 2013-01-28 15:10:59 +01:00
ykksm-db.sql Case insensitive. 2009-12-14 16:18:38 +00:00
ykksm-decrypt.php change the sql syntax for active so it works on sqlite 2013-11-08 12:54:39 +01:00
ykksm-export Updated copyright headers. 2013-02-04 17:41:13 +01:00
ykksm-gen-keys Update copyright information. 2013-02-04 16:53:40 +01:00
ykksm-import Updated copyright headers. 2013-02-04 17:41:13 +01:00
ykksm-utils.php Update copyright information. 2013-02-04 16:53:40 +01:00

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".