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));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    510
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    510
  • 1.0.0
    1

Package Sidebar

Install

npm i ssha

Weekly Downloads

511

Version

1.0.1

License

none

Last publish

Collaborators

  • esamatti