Authentication and the Have I Been Pwned API
11–20 of 125 posts
Re: Authentication and the Have I Been Pwned API
#12Who bruteforce scrapes the HIBP API across many IP addresses when they could just download the original leaked username & password databases? Theres even a torrent file of all of them I won't link here...
Re: Authentication and the Have I Been Pwned API
#13Re: Authentication and the Have I Been Pwned API
#14Re: Authentication and the Have I Been Pwned API
#15Boom, now Troy is monetizing stolen data. Unethical and illegal.
Re: Authentication and the Have I Been Pwned API
#16I wish the post made more clear, ideally right at the top, that the new fee applies only to third-party apps that access the HIBP API, not to end users whose email addresses are being checked against the API. You have to read through the post a bit before that becomes clear. Individual users who just want to figure out whether they've been pwned will not have to pony up the cash. They can still visit https://haveibee…
Re: Authentication and the Have I Been Pwned API
#17Obvious next concern: Will bad actors just scrape the website? Putting authentication and payments in front of that rather defeats the entire point, and without that you're back to rate limiting which is exactly what has just been declared as a failed approach.
That's already been happening. Many simply use HIBP as a starting point to pwning someone's online accounts. Now, Troy is just going to attempt to really profit off of the actions of those bad actors.
Re: Authentication and the Have I Been Pwned API
#18> GET https://haveibeenpwned.com/api/v3/breachedaccount/test@examp...
> hibp-api-key: [your key]
Wouldn't the standard Authorization: Bearer header be more compliant?