Some updates provided by @freekmurze to make the project better
- #2 (code improvement): Add missing typehint
- #3 (project improvement): Add editorconfig file
- #4 (project improvement): Add .gitattributes
- #5 (project improvement): Consider adding a changelog
There was a problem in counting how many hits a given password had (see #1 for details). It was counting all hits for all hashes returned by HIBP, not for the password hash itself.
This is a small update:
- Updating
README.md
so it explains how you can use this library - Added simple use case examples in the
examples/
directory
This is the first release of dragonbe/hibp
, a composer package that allows you to verify passwords with @TroyHunt's email and password breach verification website Have I Been Pwned?.
What can you do with this package? Verify a clear text or SHA1 hashed password to HIBP to see if the password has been found in a breach. This is a good way to inform your users to choose another password.