akamsteeg / AtleX.HaveIBeenPwned

A fully async .NET Standard client library for the API of HaveIBeenPwned.com
https://www.nuget.org/packages/AtleX.HaveIBeenPwned/
MIT License
5 stars 0 forks source link

Add support for checking NTLM hashes #84

Open akamsteeg opened 1 year ago

akamsteeg commented 1 year ago

(From https://github.com/akamsteeg/AtleX.HaveIBeenPwned/issues/80#issuecomment-1445030530)

The HaveIBeenPwned API supports checking for NTLM hashes to check if a Windows password is leaked, this library currently does not support that. We should add it.