SHA-1

WebJar for SHA-1

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.linkgod
ArtifactId

ArtifactId

sha-1
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

SHA-1
WebJar for SHA-1
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/linkgod/SHA-1

Download sha-1

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.linkgod/sha-1/ -->
<dependency>
    <groupId>org.webjars.bowergithub.linkgod</groupId>
    <artifactId>sha-1</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.linkgod/sha-1/
implementation 'org.webjars.bowergithub.linkgod:sha-1:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.linkgod/sha-1/
implementation ("org.webjars.bowergithub.linkgod:sha-1:1.0.0")
'org.webjars.bowergithub.linkgod:sha-1:jar:1.0.0'
<dependency org="org.webjars.bowergithub.linkgod" name="sha-1" rev="1.0.0">
  <artifact name="sha-1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.linkgod', module='sha-1', version='1.0.0')
)
libraryDependencies += "org.webjars.bowergithub.linkgod" % "sha-1" % "1.0.0"
[org.webjars.bowergithub.linkgod/sha-1 "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0
0.1.1