diff options
| author | Flaviu Tamas <tamasflaviu@gmail.com> | 2014-12-07 14:36:00 -0500 |
|---|---|---|
| committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2014-12-07 14:36:00 -0500 |
| commit | 99ca737176b74d758b2a16407247610606b9ea73 (patch) | |
| tree | 97dfe9aaac19d19069edecb6a8842a27cbeac78d | |
| parent | 12529ce497c9c24c28ddb9d42dfa9a3db24fde9c (diff) | |
| download | packages-99ca737176b74d758b2a16407247610606b9ea73.tar.gz packages-99ca737176b74d758b2a16407247610606b9ea73.zip | |
Add easy-bcrypt
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0a9ec46..a0b7928 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
