object-hmac

0.0.5 • Public • Published

object-hmac

A simple hashing library that provides consistent object signatures with a secret using bencode and crypto for node.js

Installation

npm install object-hmac

Usage

var serialize = require('object-hmac');
var secret = "My hmac secret";
var hash = serialize({key: 'value', key1: 'value1'}, secret);

Readme

Keywords

none

Package Sidebar

Install

npm i object-hmac

Weekly Downloads

0

Version

0.0.5

License

ISC

Unpacked Size

42.8 kB

Total Files

19

Last publish

Collaborators

  • phraktal