Merge pull request #49 from ithkuil/master

add bcrypt
This commit is contained in:
Dominik Picheta 2014-03-11 23:42:28 +00:00
commit 99d2eca5bb

View File

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