README.md

# Kittyhash

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `kittyhash` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:kittyhash, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/kittyhash](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