Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npmnpmNPM

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
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});

License

Licensed underMIT


[8]ページ先頭

©2009-2025 Movatter.jp