This software provides RESTish web interface for accessing the KSI service.
- 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.
- Install and start MongoDB
- Download and extract
ksdbjs
npm install .
- Adjust
config.json
node main.js
- Use reverse proxy for security and high availability, if necessary
- Set up service, for example using forever and init.d/upstart/SMF script.
See /docs/index.restdown or http://ristik.github.com/ksdbjs/
Published under Apache license v. 2.0. Copyright Guardtime AS 2013