Fields.IpAddressHash (fields v2.8.0)

An Ecto Type for hashed ip addresses. Hashed using sha256. See Fields.Helpers for hashing details.

Example

schema "users" do
  field(:ip_address_hash, Fields.IpAddressHash)
end

Link to this section Summary

Link to this section Functions