From 9f3f2373db74127c4e1fe6258aa28e9855401e94 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Tue, 18 Dec 2012 04:40:42 -0800 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d91fb21 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +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/