Kittyhash
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding kittyhash to your list of dependencies in mix.exs:
def deps do
[
{:kittyhash, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/kittyhash.
kitty_hash
Kitty hash for passwords in elixir -Kitty hash uses the packages Comeonin, Bcrypt, Argon2, and Pbkdf2. We do not own or license out these packages, and no files were changed within them. Credit to the sources below, where you can find their individual licenses and projects. -Comeonin License: https://github.com/riverrun/comeonin/blob/master/LICENSE -Bcrypt License: https://github.com/pyca/bcrypt/blob/master/LICENSE -Argon2 License: https://github.com/P-H-C/phc-winner-argon2/blob/master/LICENSE -Pbkdf2 License: https://github.com/crypto-browserify/pbkdf2/blob/master/LICENSE