A JavaScript implementation of the complete Secure Hash Standard SHA-1 as well as HMAC
$ npm install sha1.jsvar sha1 = require('sha1.js');
console.log(sha1.hex('string'));Copyright (c) 2016 Lunkr. MIT Licensed, see LICENSE for details.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A JavaScript implementation of the complete Secure Hash Standard SHA-1 as well as HMAC
$ npm install sha1.jsvar sha1 = require('sha1.js');
console.log(sha1.hex('string'));Copyright (c) 2016 Lunkr. MIT Licensed, see LICENSE for details.