scrypt 0.0.1

A simple password hashing lib utilising libscrypt


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

scrypt

A simple D library for encrypting passwords using scrypt.

Dependencies

Note for OSX

Homebrew installs libscrypt just fine, however you need to symlink the .dylib file to a .so file to make this work.

For me it was simply a matter of running:

brew install libscrypt
cd /usr/local/opt/libscrypt/lib
ln -s libscrypt.0.dylib libscrypt.so.0

And away it went.

Authors:
  • Brendan McKenzie
Dependencies:
none
Versions:
0.0.2 2017-Aug-05
0.0.1 2014-Jul-17
~master 2017-Aug-05
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 430 downloads total

Score:
0.4
Short URL:
scrypt.dub.pm