Packages

Safely handle passwords with bcrypt and Erlang

Current section

Files

Jump to
erlpass src erlpass.app.src
Raw

src/erlpass.app.src

{application,erlpass,
[{description,"Safely handle passwords with bcrypt and Erlang"},
{vsn,"1.0.7"},
{modules,[erlpass]},
{applications,[stdlib,kernel,bcrypt]},
{registered,[]},
{maintainers,["Fred Hebert"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/ferd/erlpass/"}]}]}.