You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.3 KiB
42 lines
1.3 KiB
9 years ago
|
{
|
||
|
"name": "jsrsasign",
|
||
|
"version": "5.0.12",
|
||
|
"description": "opensource free pure JavaScript cryptographic library supports RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, CMS SignedData, TimeStamp and CAdES and JSON Web Signature(JWS)/Token(JWT)/Key(JWK).",
|
||
|
"main": "lib/jsrsasign.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/kjur/jsrsasign.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"RSA", "ECDSA", "DSA", "RSAPSS",
|
||
|
"PKCS#1", "PKCS#5", "PKCS#8", "private key", "public key",
|
||
|
"CSR", "PKCS#10",
|
||
|
"hash function",
|
||
|
"HMac",
|
||
|
"ASN.1",
|
||
|
"certificate", "X.509",
|
||
|
"RFC 3161", "Digital Timestamp", "Timestamp", "Time Stamp Token",
|
||
|
"CMS", "Cryptgraphic Message Syntax", "PKCS#7",
|
||
|
"Signature", "Digital Signature", "signing",
|
||
|
"Message Digest",
|
||
|
"JSON Web Token", "JWT",
|
||
|
"JSON Web Signature", "JWS",
|
||
|
"JSON Web Key", "JWK",
|
||
|
"JOSE", "JWA"
|
||
|
],
|
||
|
"author": "Kenji Urushima",
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "https://raw.github.com/kjur/jsrsasign/master/LICENSE.txt"
|
||
|
}
|
||
|
],
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/kjur/jsrsasign/issues"
|
||
|
},
|
||
|
"dependencies": {}
|
||
|
}
|