diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-03-11 23:42:28 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-03-11 23:42:28 +0000 |
| commit | 99d2eca5bb4fc3dda07eda89d805bbfe29d42952 (patch) | |
| tree | 4fc26289bdd08b68568818774d58b97da669c643 | |
| parent | 0e67c8c8aa0116e1ae75d22f00c5fa98a587cb7d (diff) | |
| parent | c494799af685f2a59fe7aaf0485491e53898428a (diff) | |
| download | packages-99d2eca5bb4fc3dda07eda89d805bbfe29d42952.tar.gz packages-99d2eca5bb4fc3dda07eda89d805bbfe29d42952.zip | |
Merge pull request #49 from ithkuil/master
add bcrypt
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 63d848a..670d11c 100644 --- a/packages.json +++ b/packages.json @@ -551,4 +551,13 @@ "license":"MIT", "web":"https://github.com/barcharcraz/nim-freeimage" }, + { + "name": "bcrypt", + "url": "git://github.com/ithkuil/bcryptnim/", + "method": "git", + "tags": ["hash", "crypto", "password", "bcrypt", "library"], + "description": "Wraps the bcrypt (blowfish) library for creating encrypted hashes (useful for passwords)", + "license": "BSD", + "web": "https://www.github.com/ithkuil/bcryptnim/" + } ] |
