mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
feature(bower) add jsSHA from bower
This commit is contained in:
parent
c4832161d4
commit
f157c67756
14 changed files with 451 additions and 1545 deletions
|
|
@ -472,8 +472,8 @@ var CloudCmd, Util, DOM, CloudFunc, io, ace, Zip, MenuIO, Format;
|
|||
}
|
||||
|
||||
function sha(callback) {
|
||||
var dir = CloudCmd.LIBDIR,
|
||||
url = dir + 'sha/jsSHA.js';
|
||||
var dir = '/modules/jsSHA/',
|
||||
url = dir + 'src/sha1.js';
|
||||
|
||||
DOM.load.js(url, function() {
|
||||
var shaObj, hash, error,
|
||||
|
|
|
|||
1527
lib/sha/jsSHA.js
1527
lib/sha/jsSHA.js
File diff suppressed because it is too large
Load diff
|
|
@ -1,39 +0,0 @@
|
|||
{
|
||||
"name": "jssha",
|
||||
"version": "2.0.0",
|
||||
"description": "jsSHA is a JavaScript implementation of the entire family of SHA hashes as defined in FIPS 180-2 (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC",
|
||||
"main": "src/sha.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Caligatio/jsSHA.git"
|
||||
},
|
||||
"keywords": [
|
||||
"SHA-1",
|
||||
"SHA-256",
|
||||
"SHA-224",
|
||||
"SHA-384",
|
||||
"SHA-512",
|
||||
"SHA1",
|
||||
"SHA256",
|
||||
"SHA224",
|
||||
"SHA384",
|
||||
"SHA512",
|
||||
"SHA2",
|
||||
"HMAC",
|
||||
"hash"
|
||||
],
|
||||
"license": "BSD",
|
||||
"author": "Brian Turek <brian.turek@gmail.com>",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Caligatio/jsSHA/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"homepage": "https://github.com/Caligatio/jsSHA",
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue