Popularity
0.8
Stable
Activity
0.0
Declining
3
1
1
Monthly Downloads: 0
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.
-
comeonin
Password hashing specification for the Elixir programming language -
nimble_totp
A tiny Elixir library for time-based one time passwords (TOTP) -
pot
POT is an Erlang library for generating Google Authenticator compatible one time passwords -
one_time_pass_ecto
No longer maintained - One-time password library with Ecto support (for Elixir) -
siphash-elixir
An Elixir implementation of the SipHash cryptographic hash family -
ntru_elixir
Elixir wrapper around libntru. NTRU is a post quantum cryptography algorithm. -
crypto_rsassa_pss
RSASSA-PSS Public Key Cryptographic Signature Algorithm for Erlang and Elixir.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
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