aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Livesay <ithkuil@gmail.com>2014-03-11 16:18:52 -0700
committerJason Livesay <ithkuil@gmail.com>2014-03-11 16:18:52 -0700
commitc494799af685f2a59fe7aaf0485491e53898428a (patch)
tree4fc26289bdd08b68568818774d58b97da669c643
parent0e67c8c8aa0116e1ae75d22f00c5fa98a587cb7d (diff)
downloadpackages-c494799af685f2a59fe7aaf0485491e53898428a.tar.gz
packages-c494799af685f2a59fe7aaf0485491e53898428a.zip
add bcrypt
-rw-r--r--packages.json9
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/"
+ }
]