HIBPwned on CRAN

[This article was first published on R – It's a Locke, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Part of my (slowly) working pipeline of coding projects has been an R package that wraps the fantastic HaveIBeenPwned.com API.

If you’re not already familiar with HaveIBeenPwned, rectify the situation, NOW! Don’t worry about continuing to read the rest of the post; getting yourself signed up for account breach notifications is way more important!

Go now! /giphy run
Go now!
/giphy run

With that stern admonishment out of the way…

HIBPwned is a feature complete R package that allows you to use every (currently) available endpoint of the API. It’s vectorised so no need to loop through email addresses, and it requires no fiddling with authentication or keys.

You can use HIBPwned to do things like:

  1. Set up your own notification system for account breaches of myriad email addresses & user names that you have
  2. Check for compromised company email accounts from within your company Active Directory
  3. Analyse past data breaches and produce charts like Dave McCandless’ Breach chart

What you can’t do:

  1. Get account breaches for sensitive data breaches – these are by notification only
  2. Analyse account overlap between breaches
  3. Produce lists of common passwords

Barring the first item, it’s possible these could eventually be additional features that could be added to the API. If there are any features you’d like to see, make a suggestion. As always, Troy provides this vital service on his own dime, so do consider donating to support the site!

PS We shifted HIBPwned to the Censornet github and released it from there as part of the company’s commitment to open source endeavours and the InfoSec community. Expect more in future!

The post HIBPwned on CRAN appeared first on It's a Locke.

To leave a comment for the author, please follow the link and comment on their blog: R – It's a Locke.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)