Merge pull request #99 from flaviut/patch-1

Add easy-bcrypt
This commit is contained in:
Dominik Picheta 2014-12-07 20:36:29 +00:00
commit 25366c503c

View File

@ -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"
}
]