Popularity
0.8
Growing
Activity
0.0
Stable
3
1
1
Monthly Downloads: 8
Programming language: Elixir
License: MIT License
Tags:
Cryptography
ex_bcrypt alternatives and similar packages
Based on the "Cryptography" category.
Alternatively, view ex_bcrypt alternatives based on common mentions on social networks and blogs.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of ex_bcrypt or a related project?
Popular Comparisons
README
ExBcrypt
Elixir wrapper for the OpenBSD bcrypt password hashing algorithm.
Installation
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
Documentation
API documentation is available at https://hexdocs.pm/ex_bcrypt