ScryptElixir

ScryptElixir

Elixir wrapper for the Scrypt key derivation function. https://www.tarsnap.com/scrypt.html

Usage

This library provides raw scrypt hashing functionality as well as an implementation of the original suggested KDF.

Both functions rely on a core set of parameters:

Installation

The package can be installed by adding scrypt_elixir to your list of dependencies in mix.exs:

def deps do
  [
    {:scrypt_elixir, "~> 0.1.0"}
  ]
end

Documentation can be found at https://hexdocs.pm/scrypt_elixir.