diff options
| author | Jason Livesay <ithkuil@gmail.com> | 2014-03-11 16:18:52 -0700 |
|---|---|---|
| committer | Jason Livesay <ithkuil@gmail.com> | 2014-03-11 16:18:52 -0700 |
| commit | c494799af685f2a59fe7aaf0485491e53898428a (patch) | |
| tree | 4fc26289bdd08b68568818774d58b97da669c643 | |
| parent | 0e67c8c8aa0116e1ae75d22f00c5fa98a587cb7d (diff) | |
| download | packages-c494799af685f2a59fe7aaf0485491e53898428a.tar.gz packages-c494799af685f2a59fe7aaf0485491e53898428a.zip | |
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/" + } ] |
