C library implementation of the scrypt key derivation function
Library for scrypt
libscrypt
$ libscrypt_hash password salt
$ libscrypt_verify hash password salt
$ libscrypt_hash -N 32768 -r 8 -p 1 password salt