sha1.js

0.1.1 • Public • Published

SHA-1

A JavaScript implementation of the complete Secure Hash Standard SHA-1 as well as HMAC

Installation

$ npm install sha1.js

Usage

var sha1 = require('sha1.js');

console.log(sha1.hex('string'));

License

Copyright (c) 2016 Lunkr. MIT Licensed, see LICENSE for details.

Readme

Keywords

Package Sidebar

Install

npm i sha1.js

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • belinchung