From c494799af685f2a59fe7aaf0485491e53898428a Mon Sep 17 00:00:00 2001 From: Jason Livesay Date: Tue, 11 Mar 2014 16:18:52 -0700 Subject: add bcrypt --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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/" + } ] -- cgit v1.2.3