sysvault

0.1.1 • Public • Published

sysvault

Build Status

Safe and secure file system key/value store.

Installation

 npm install sysvault

Use

var vault = require('sysvault').getInstance({
  pwd: 'mypassword'
});

vault.put('hello', 'world');
vault.flush(); // persists all transient keys to the local filesystem, encrypted

var unencrypted = vault.get('hello');

Testing

npm test

License

MIT License

Dependencies (1)

Dev Dependencies (1)

Package Sidebar

Install

npm i sysvault

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • mrmarbles