jumpingrivers / HIBPwned

R Package 📦 for using the HaveIBeenPwned.com API :scream:
http://jumpingrivers.github.io/HIBPwned/
Other
13 stars 4 forks source link

Password checker #27

Open stephlocke opened 6 years ago

stephlocke commented 6 years ago

Add functionality for the password endpoint

https://haveibeenpwned.com/API/v2#PwnedPasswords

maelle commented 5 years ago

And add related tests.

brooklynbagel commented 5 years ago

This looks interesting if you're still looking for contributors.

stephlocke commented 5 years ago

Yup! @holisticinfosec has been working on this over on https://github.com/holisticinfosec/HIBPwned

Russ has a working solution but it either needs to be amended to work in base R or data.table be added as a dependency http://r-pkgs.had.co.nz/description.html#dependencies

Further, Russ could do with a hand on getting some unit tests written for the function.