Re: Erlang PBKDF2 library
Bryan Frimin <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected]