Skip to content
This repository was archived by the owner on Feb 4, 2019. It is now read-only.

ristik/ksdbjs

Repository files navigation

KSDB is Keyless Signature Database with RESTish Web Interface

This software provides RESTish web interface for accessing the KSI service.

Examples!

Features

  • Easy integration, no need to store signature tokens at client-side
  • Lightweight API, suitable for mobile devices
  • Supports anything that can hash and create web request
  • Still supports independent verification using downloaded token.

All great, but because document hash is the key (think Content Addressable Storage) it is not possible to differentiate missing signature and modified document. Please use the native API and store signature token next to the data if You can.

Installation

  1. Install and start MongoDB
  2. Download and extract ksdbjs
  3. npm install .
  4. Adjust config.json
  5. node main.js
  6. Use reverse proxy for security and high availability, if necessary
  7. Set up service, for example using forever and init.d/upstart/SMF script.

API Docs

See /docs/index.restdown or http://ristik.github.com/ksdbjs/


Published under Apache license v. 2.0. Copyright Guardtime AS 2013

About

KSDB is Keyless Signature Database with RESTish Web Interface

Resources

Stars

Watchers

Forks

Packages

No packages published