Skip to content

electricimp/erlang-pbkdf2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages