From 99ca737176b74d758b2a16407247610606b9ea73 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sun, 7 Dec 2014 14:36:00 -0500 Subject: [PATCH] Add easy-bcrypt --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 0a9ec46..a0b7928 100644 --- a/packages.json +++ b/packages.json @@ -1038,6 +1038,15 @@ "description": "Mustache templating for Nimrod.", "license": "MIT", "web": "https://github.com/fenekku/moustachu" + }, + { + "name": "easy-bcrypt", + "url": "https://github.com/flaviut/easy-bcrypt.git", + "method": "git", + "tags": ["hash", "crypto", "password", "bcrypt"], + "description": "simple wrapper providing a convenient interface for the bcrypt password hashing algorithm", + "license": "CC0", + "web": "https://github.com/flaviut/easy-bcrypt/blob/master/easy-bcrypt.nimble" } ]