Skip to content

Elixir wrapper for the OpenBSD bcrypt password hashing algorithm

License

Notifications You must be signed in to change notification settings

manelli/ex_bcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExBcrypt

Elixir wrapper for the OpenBSD bcrypt password hashing algorithm.

Build Status

Installation

  1. Add ex_bcrypt to your list of dependencies in mix.exs:
  def deps do
    [{:ex_bcrypt, "~> 0.0.1"}]
  end
  1. Ensure ex_bcrypt is started before your application:
  def application do
    [applications: [:ex_bcrypt]]
  end

Documentation

API documentation is available at https://hexdocs.pm/ex_bcrypt

About

Elixir wrapper for the OpenBSD bcrypt password hashing algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages