sha-1
This is a SHA-1 hash generator by JavaScript.
Last updated 6 years ago by linkgod .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install sha-1 
SYNC missed versions from official npm registry.

SHA-1

npm npm NPM

This is a SHA-1 hash generator by JavaScript.

Live Demo

For a live demo, visit: https://linkgod.github.io/SHA-1/

Get started

You can use the package in Node

$ npm install sha-1
var sha1 = require('sha-1');
sha1('hello') // aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d

You can also use bower to install the component:

$ bower install SHA-1
sha1('hello') // aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d

If you use RequireJS

require(['./sha1'], function(sha1){
    sha1('hello'); // aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d
});

License

Licensed under MIT

Current Tags

  • 1.0.0-beta.0                                ...           beta (6 years ago)
  • 1.0.0                                ...           latest (6 years ago)

4 Versions

  • 1.0.0                                ...           6 years ago
  • 1.0.0-beta.0                                ...           6 years ago
  • 0.1.1                                ...           12 years ago
  • 0.1.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (0)
None
Dev Dependencies (1)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |