Skip to content

Coremail/SHA-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published