- Add a new method named `check_hashed_password` that allows checking a password hash of a supported type (MD5, SHA1, SHA256, or NTLM) directly without needing the cleartext version.
- Add a new method named `get_user_passwords_by_domain` that allows pulling all exposed user credentials for a given email domain, see https://docs.enzoic.com/enzoic-api-developer-documentation/api-reference/credentials-api/cleartext-credentials-api#cleartext-credentials-by-domain for more information on this API.