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
2012-12-18 04:40:42 -08:00
.htaccess Add. 2009-05-04 14:14:58 +00:00
Makefile Bump copyright information. 2012-01-23 19:47:28 +00:00
NEWS Add. 2011-01-14 13:48:41 +00:00
README.md Create README.md 2012-12-18 04:40:42 -08:00
ykksm-checksum.pl Bump copyright information. 2012-01-23 19:47:28 +00:00
ykksm-config.php Update for PHP PDO configuration. 2009-12-02 17:31:17 +00: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.pl Bump copyright information. 2012-01-23 19:47:28 +00:00
ykksm-gen-keys.pl Bump copyright information. 2012-01-23 19:47:28 +00:00
ykksm-import.pl Bump copyright information. 2012-01-23 19:47:28 +00:00
ykksm-upgrade.pl Bump copyright information. 2012-01-23 19:47:28 +00:00
ykksm-utils.php Bump copyright information. 2012-01-23 19:47:28 +00: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.

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

http://code.google.com/p/yubikey-val-server-php/