pbkdf2_elixir
pbkdf2_elixir copied to clipboard
Pbkdf2 password hashing for Elixir
Results
3
pbkdf2_elixir issues
Sort by
recently updated
recently updated
newest added
I think there are some problems with the implementation of `pbkdf2` in this codebase. Bear with me for a second, I'm going to get technical. ### TL;DR; I propose an...
Hi, I've added the config line to set a custom number of rounds as a test but it's not working. config :pbkdf2_elixir, rounds: 1 (I'm in DEV mode, does it...