sha-1
Version:
This is a SHA-1 hash generator by JavaScript.
25 lines (24 loc) • 407 B
JSON
{
"name": "SHA-1",
"version": "0.1.1",
"homepage": "https://github.com/linkgod/SHA-1",
"authors": [
"Hsun"
],
"description": "This is a SHA-1 hash generator by JavaScript.",
"main": "sha1.js",
"keywords": [
"SHA-1",
"sha1",
"hash",
"encryption"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}