add bcrypt

This commit is contained in:
Jason Livesay 2014-03-11 16:18:52 -07:00
parent 0e67c8c8aa
commit c494799af6

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