diff options
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 63d848a..670d11c 100644 --- a/packages.json +++ b/packages.json @@ -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/" + } ] |
