argon2_elixir
argon2_elixir copied to clipboard
Elixir wrapper for the Argon2 password hashing algorithm
### Environment * Elixir & Erlang/OTP versions (elixir --version): * Erlang/OTP 22 [erts-10.5.6] [source] [64-bit] * Elixir 1.9.4 (compiled with Erlang/OTP 22) * Operating system: Debian:stretch (base image for Elixir...
Using: [buddy.works](https://buddy.works) Docker Image: [cimg/elixir/1.11.0-browsers](https://hub.docker.com/layers/cimg/elixir/1.11.0-browsers/images/sha256-e905baecd393390f2d4ee837ab2c331588d8e31f02f73f0cd7bc015357b84ecc?context=explore) After running `mix deps.get` I see the following error: ``` * Getting argon2_elixir (Hex package) ** (Mix) Unpacking tarball failed: inner tarball error, no such...
https://elixirforum.com/t/argon2-elixir-on-windows-10-running-out-of-ideas/26156 I hit a brick wall when argon2_elixir compilation started failing, due to a change in the Erlang path that included a non-ASCII character. This should be the simplest of...
## Why Firstly, to make it similar to the other library like https://github.com/riverrun/pbkdf2_elixir#installation and https://github.com/riverrun/bcrypt_elixir/blob/master/README.md#installation. Secondly, it will help future developers quickly tweak their `test configuration` right from the README....
I have this warning, several times when compiling. The code however works (I use it embedded in Cloak). ```elixir warning: unknown warning option '-Wno-format-truncation' [-Wunknown-warning-option ```
@riverrun Elixir emits a warning for charlists not declared using the `~c""` sigil in version 1.17.0. Looking up the docs for erlang's filename module it looks like strings are the...
It starts with this error: ``` could not compile dependency :argon2_elixir, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile argon2_elixir --force",...