https://github.com/riverrun/legacy_pbkdf2
Example of using Comeonin with Plug Pbkdf2
https://github.com/riverrun/legacy_pbkdf2
Last synced: about 2 months ago
JSON representation
Example of using Comeonin with Plug Pbkdf2
- Host: GitHub
- URL: https://github.com/riverrun/legacy_pbkdf2
- Owner: riverrun
- Created: 2019-02-23T04:12:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T03:27:46.000Z (over 7 years ago)
- Last Synced: 2025-01-19T11:31:49.044Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LegacyPbkdf2
An example of using Comeonin version 5 with Plug.Crypto's Pbkdf2 implementation.
This example provides a **legacy** implementation of the Pbkdf2 password hashing
algorithm, using Comeonin and Plug.Crypto. It was written in response to
[this issue](https://github.com/riverrun/pbkdf2_elixir/pull/3), where an
old system needed to be supported.
LegacyPbkdf2 is not recommended for modern password hashing.
For information about current recommendations, see
[Choosing a library](https://github.com/riverrun/comeonin/wiki/Choosing-the-password-hashing-library).