Elixir wrapper for the OpenBSD bcrypt password hashing algorithm.
- Add ex_bcrypt to your list of dependencies in
mix.exs
:
def deps do
[{:ex_bcrypt, "~> 0.0.1"}]
end
- Ensure ex_bcrypt is started before your application:
def application do
[applications: [:ex_bcrypt]]
end
API documentation is available at https://hexdocs.pm/ex_bcrypt