1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-11-28 15:24:15 +01:00
YubiKey Key Storage Module
Go to file
Divya Chandra Sekar b289e8933b
Merge pull request #27 from Yubico/archive-notice
add archival notice
2021-04-23 10:59:48 -07:00
doc better url for ksm and include verifying the pgp signature 2016-06-22 14:41:58 +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 drop php 5.2 from travis since they don't have it anymore 2016-06-22 14:50:42 +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 actually use version variable for help2man call 2015-07-07 09:21:22 +02:00
NEWS Fixed typos in NEWS 2015-03-26 11:24:19 +01:00
README add archival notice 2021-04-23 10:54:57 -07:00
README.adoc Add symlink for Github. 2014-10-29 12:53:49 +01: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 Modify config-db.php include to check for file instead of doing a (failed) include and spamming the log files that the file doesn't exist 2015-06-14 02:37:05 +00:00
ykksm-db.sql Case insensitive. 2009-12-14 16:18:38 +00:00
ykksm-decrypt.php Prevent included scripts from creating output. 2014-10-29 12:45:24 +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)

NOTE: Yubico has declared end-of-life of YK-KSM and has moved it to YubicoLabs as a reference architecture at https://github.com/YubicoLabs/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:

https://developers.yubico.com/yubikey-val/

Documentation is in doc/.

=== Development

To create a tarball you must have a recent versions of "help2man",
"git2cl" and the perl module DBI.