Packages
A simple application to check if an email or password has been pwned using the HaveIBeenPwned? API. It requires a purchased hibp-api-key in order to use the email checking functions.
Current section
Files
Jump to
Current section
Files
lib/range/range.ex
defmodule Pwned.Range do
@moduledoc false
@callback get(String.t()) :: {:ok, String.t()} | :error
end