diff options
| author | Bruce Doan <rgv151@gmail.com> | 2017-07-01 11:18:16 +0700 |
|---|---|---|
| committer | Bruce Doan <rgv151@gmail.com> | 2017-07-01 11:18:16 +0700 |
| commit | 41933592d589f51eb5c30d5d59946db9981fd9a7 (patch) | |
| tree | fa9a201c819952aa7b53ae681cb2c311601690ff | |
| parent | 42a323b6524204e02c89fae1b018c7fb050f5a74 (diff) | |
| download | packages-41933592d589f51eb5c30d5d59946db9981fd9a7.tar.gz packages-41933592d589f51eb5c30d5d59946db9981fd9a7.zip | |
Added package scram
| -rw-r--r-- | packages.json | 16 |
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" } ] |
