aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-07-01 15:51:33 +0100
committerGitHub <noreply@github.com>2017-07-01 15:51:33 +0100
commitef4ec2795277e0065f9613129eeb9fa1ec4da3d2 (patch)
treefa9a201c819952aa7b53ae681cb2c311601690ff
parent42a323b6524204e02c89fae1b018c7fb050f5a74 (diff)
parent41933592d589f51eb5c30d5d59946db9981fd9a7 (diff)
downloadpackages-ef4ec2795277e0065f9613129eeb9fa1ec4da3d2.tar.gz
packages-ef4ec2795277e0065f9613129eeb9fa1ec4da3d2.zip
Merge pull request #530 from rgv151/add-scram0418
Add package scram
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a3dba0e..5f744c5 100644
--- a/packages.json
+++ b/packages.json
@@ -6609,5 +6609,21 @@
"description": "Chebyshev approximation.",
"license": "MIT",
"web": "https://github.com/jxy/chebyshev"
+ },
+ {
+ "name": "scram",
+ "url": "https://github.com/rgv151/scram",
+ "method": "git",
+ "tags": [
+ "scram",
+ "sasl",
+ "authentication",
+ "salted",
+ "challenge",
+ "response"
+ ],
+ "description": "Salted Challenge Response Authentication Mechanism (SCRAM) ",
+ "license": "MIT",
+ "web": "https://github.com/rgv151/scram"
}
]