erszcz / erlang-pbkdf2

PBKDF2 implementation for Erlang (from CouchDB)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erlang-pbkdf2

A PBKDF2 implementation for Erlang extracted from Apache CouchDB.

This was taken from https://github.com/basho/erlang-pbkdf2, which is a fork of https://github.com/whitelynx/erlang-pbkdf2, which is a fork of CouchDB with everything removed except the PBKDF2 implementation.

However, using that means fetching the entire repository (including CouchDB) when all you want is the PBKDF2 implementation. So this is a brand-new repository with nothing else in it.

It was taken from basho/erlang-pbkdf2@7076584.

About

PBKDF2 implementation for Erlang (from CouchDB)

License:Apache License 2.0


Languages

Language:Erlang 100.0%