Minor update to HIBPwned

  • May 5, 2017
  • Steph
  • R

A new version of HIBPwned has been accepted onto CRAN. This occurred yesterday so it could still be filtering into some mirrors.

HIBPwned is an R wrapper for the useful website HaveIBeenPwned and if you don’t already utilise the package or the site – you should. HaveIBeenPwned tells you when your details are included in data breaches. This is vital information to get quickly as it means you can sooner protect yourself from people trying to use the breach information to break into your accounts.

This release is very minor. We previously had to put a rate limiting process on the API requests, when rate limiting was announced. It wasn’t done in a particularly elegant way, however. Since then, the package ratelimitr has come along and it gives us a sophisticated way of rate limiting the requests.

Get the package from CRAN with install.packages("HIBPwned") or install the GitHub version with devtools::install_github("stephlocke/HIBPwned").

Search