bcrypt_elixir icon indicating copy to clipboard operation
bcrypt_elixir copied to clipboard

Bcrypt password hashing for Elixir

Results 10 bcrypt_elixir issues
Sort by recently updated
recently updated
newest added

Hello! Is there a string I could save on my password field so as to have an unusable password ? I've got some users that are able to login through...

I'm trying to upgrade from elixir 1.8.1 to 1.9.2. After upgrading, I get this error when running `mix test`: ``` could not compile dependency :bcrypt_elixir, "mix compile" failed. You can...

I wonder if it would be possible to support this option. It looks a much easier setup to me - no need to have Visual studio. I have a local...

I am facing this issue in `bitwalker/alpine-elixir-phoenix:1.13` docker image. ```==> bcrypt_elixir make: uname: Operation not permitted mkdir -p "/opt/credible_platform/_build/dev/lib/bcrypt_elixir/priv" make: /bin/sh: Operation not permitted make: *** [Makefile:36: _priv_dir] Error 127...

I use a Macbook M1 and I installed correctly about Elixir and Erlang. ``` elixir -v Erlang/OTP 25 [erts-13.1.3] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] [dtrace] Elixir 1.14.2 (compiled with...

Here there more recent source file of [`blowfish.c`](https://github.com/openbsd/src/blob/master/lib/libc/crypt/blowfish.c). Would it be worth considering an upgrade of this source file?

Here there more recent source file of [`bcrypt.c`](https://github.com/openbsd/src/blob/master/lib/libc/crypt/bcrypt.c). Would it be worth considering an upgrade of this source file?

Most Linux packaging systems provide generic CPPFLAGS that should be used by every package.

Fixes the following compilation warnings with Elixir 1.17. ``` warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead ```

just got the error in below image when running `mix test` what i can confirm is that i have C compiler installed and other envs: Mac M3 Elixir: 1.18.3-otp-27 Erlang:...