# `Dialup.Auth.Hash`
[🔗](https://github.com/SouichiroTsujimoto/Dialup/blob/main/lib/auth/hash.ex#L1)

Password hashing wrapper.

Uses `:bcrypt_elixir` when available; otherwise falls back to a deterministic
test hasher so Dialup tests compile without optional deps.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
