ssha

1.0.1 • Public • Published

Salt for SHA1 hashes

OpenLDAP style. See http://www.openldap.org/faq/data/cache/347.html

Installation

npm install ssha

Usage

assert = require("assert");
ssha = require("ssha");
 
var hash = ssha.create("secret");
assert(ssha.verify("secret", hash));

/ssha/

    Package Sidebar

    Install

    npm i ssha

    Weekly Downloads

    649

    Version

    1.0.1

    License

    none

    Last publish

    Collaborators

    • esamatti