- Notifications
You must be signed in to change notification settings - Fork8
This is a SHA-1 hash generator by JavaScript.
License
NotificationsYou must be signed in to change notification settings
linkgod/SHA-1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a SHA-1 hash generator by JavaScript.
For a live demo, visit:https://linkgod.github.io/SHA-1/
You can use the package in Node
$ npm install sha-1
varsha1=require('sha-1');sha1('hello')// aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d
You can also usebower to install the component:
$ bower install SHA-1
sha1('hello')// aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d
If you use RequireJS
require(['./sha1'],function(sha1){sha1('hello');// aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d});
Licensed underMIT
About
This is a SHA-1 hash generator by JavaScript.
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published