Skip to content

Commit d78ade5

Browse files
Update to 1.2.4
1 parent 4be434d commit d78ade5

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# keepass2-haveibeenpwned Changelog
22

3+
### v1.2.4 - 2018-02-23
4+
* Enable password check mode using the new HIBP v2 password API. Thanks to Matt Schneeberger.
5+
* Add breach description to checker dialog
6+
37
### v1.2.3 - 2017-10-27
48
* Temporarily disable the password check mode as it sends weakly hashed passwords (although encrypted) to HIBP.
59

HaveIBeenPwned.plgx

820 Bytes
Binary file not shown.

HaveIBeenPwned/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Andrew Schofield")]
1212
[assembly: AssemblyProduct("KeePass Plugin")]
13-
[assembly: AssemblyCopyright("Copyright © Andrew Schofield 2017")]
13+
[assembly: AssemblyCopyright("Copyright © Andrew Schofield 2017-2018")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.3.0")]
36-
[assembly: AssemblyFileVersion("1.2.3.0")]
35+
[assembly: AssemblyVersion("1.2.4.0")]
36+
[assembly: AssemblyFileVersion("1.2.4.0")]

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
* [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
1717

1818
### Password based
19-
~~[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~~
19+
* [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
2020

21-
**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.
21+
**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.**
2222

2323
## Usage
2424

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

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

46-
## Copyright
46+
## Contributers
4747

48-
© 2017 Andrew Schofield
48+
* **Andrew Schofield**
49+
* **Matt Schneeberger**

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:
2-
HaveIBeenPwned checker:1.2.3
2+
HaveIBeenPwned checker:1.2.4
33
:

mono/HaveIBeenPwned.dll

6.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)