Add easy-bcrypt

This commit is contained in:
Flaviu Tamas 2014-12-07 14:36:00 -05:00
parent 12529ce497
commit 99ca737176

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