Skip to content

Commit

Permalink
Update to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-schofield committed Feb 23, 2018
1 parent 4be434d commit d78ade5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# keepass2-haveibeenpwned Changelog

### v1.2.4 - 2018-02-23
* Enable password check mode using the new HIBP v2 password API. Thanks to Matt Schneeberger.
* Add breach description to checker dialog

### v1.2.3 - 2017-10-27
* Temporarily disable the password check mode as it sends weakly hashed passwords (although encrypted) to HIBP.

Expand Down
Binary file modified HaveIBeenPwned.plgx
Binary file not shown.
6 changes: 3 additions & 3 deletions HaveIBeenPwned/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Andrew Schofield")]
[assembly: AssemblyProduct("KeePass Plugin")]
[assembly: AssemblyCopyright("Copyright © Andrew Schofield 2017")]
[assembly: AssemblyCopyright("Copyright © Andrew Schofield 2017-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]
[assembly: AssemblyVersion("1.2.4.0")]
[assembly: AssemblyFileVersion("1.2.4.0")]
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
* [Have I Been Pwned (HIBP)](https://haveibeenpwned.com/) - Checks the usernames of any entries against the Have I Been Pwned? list curated by Troy Hunt

### Password based
~~[Have I Been Pwned (HIBP)](https://haveibeenpwned.com/) - Checks the passwords of any entries against the Have I Been Pwned? list curated by Troy Hunt~~
* [Have I Been Pwned (HIBP)](https://haveibeenpwned.com/) - Checks the passwords of any entries against the Have I Been Pwned? list curated by Troy Hunt

**This checker is disabled in the current version of the plugin** as the HIBP password checking API requires passwords to only weakly-hashed. Although these hashes are encrypted in transit, this is still an insecure way of checking password breaches. A future updates should enable offline password breach checking. See https://github.com/andrew-schofield/keepass2-haveibeenpwned/issues/33 for reference.
**This checker sends a small portion of the password hash to HIBP and then checks the full hash locally against the list of hashes returned by HIBP. This service does not send your password, nor enough of the hash to expose your password to HIBP.**

## Usage

Expand All @@ -43,6 +43,7 @@ keepass2-haveibeenpwned is developed entirely in my own time. If you wish to sup

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=S2DVYTS47PX4S)

## Copyright
## Contributers

© 2017 Andrew Schofield
* **Andrew Schofield**
* **Matt Schneeberger**
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
HaveIBeenPwned checker:1.2.3
HaveIBeenPwned checker:1.2.4
:
Binary file modified mono/HaveIBeenPwned.dll
Binary file not shown.

0 comments on commit d78ade5

Please sign in to comment.