Erlang PBKDF2 library
Bryan Frimin
bryan@REDACTED
Wed Feb 10 15:21:27 CET 2021
Hello Sergey,
> Is there some difference from this implementation?
> https://github.com/basho/erlang-pbkdf2
The two libraries are very similar. The main differences are:
- Released under ISC license;
- Uses the new Erlang crypto API;
- Strictly follows the RFC implementation instead of being compliant
with the Apache CouchDB.
> We have a ticket in `epgsql` to replace our "homemade" implementation of
> this algorithm https://github.com/epgsql/epgsql/issues/172, but never
> actually had time to look into it.
Not sure I understand the motivation you can have to use external
dependency instead of your implementation.
Regards,
--
Bryan Frimin
https://www.frimin.fr
bryan@REDACTED
More information about the erlang-questions
mailing list