Skip to content

Commit a685339

Browse files
Update version to 1.3.2
1 parent 101e287 commit a685339

8 files changed

+14
-13
lines changed

Changelog.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# keepass2-haveibeenpwned Changelog
22

3-
### v1.3.2-alpha.1+hibpv3 - 2019-08-24
4-
* Upgrade to HIBP v3 Api and add support for api-keys (password of entry with title hibp-apikey)
5-
Not tested as registration of API-Keys https://haveibeenpwned.com/api/key is momentarily disabled.
3+
### v1.3.2 - 2019-09-07
4+
* Upgrade to HIBP v3 Api and add support for api-keys (password of entry with title hibp-apikey). Thanks to Jakob Ledermann.
65

76
### v1.3.1 - 2019-02-01
87
* Allow cancelling a running breach check.

HaveIBeenPwned.plgx

1.7 MB
Binary file not shown.

HaveIBeenPwned/HaveIBeenPwned.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5555
</PropertyGroup>
5656
<ItemGroup>
57-
<Reference Include="KeePass, Version=2.34.0.15991, Culture=neutral, PublicKeyToken=fed2ed7716aecf5c, processorArchitecture=MSIL">
58-
<HintPath>$(USERPROFILE)\Dropbox\KeePass\KeePass.exe</HintPath>
57+
<Reference Include="KeePass">
58+
<HintPath>C:\Program Files (x86)\KeePass Password Safe 2\KeePass.exe</HintPath>
5959
<SpecificVersion>False</SpecificVersion>
6060
<Private>False</Private>
6161
</Reference>

HaveIBeenPwned/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.3.1.0")]
36-
[assembly: AssemblyFileVersion("1.3.1.0")]
35+
[assembly: AssemblyVersion("1.3.2.0")]
36+
[assembly: AssemblyFileVersion("1.3.2.0")]

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Andrew Schofield
3+
Copyright (c) 2017-2019 Andrew Schofield
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Mono users may find they need to install their distro equivalent of `mono-comple
1010
## Currently Supported Breach Lists
1111

1212
### Site/Domain based
13-
* [Have I Been Pwned (HIBP)](https://haveibeenpwned.com/) - Checks the domains of any entries against the Have I Been Pwned? list curated by Troy Hunt
13+
* [Have I Been Pwned (HIBP)](https://haveibeenpwned.com/) - Checks the domains of any entries against the Have I Been Pwned? list curated by Troy Hunt.
1414
* [Cloudbleed vulnerability list](https://github.com/pirate/sites-using-cloudflare) - Checks the domains of any entries that appear in the Cloudbleed vulnerability list. This has potential to produce false positives due to the way this list was produced.
1515

1616
### Username based
17-
* [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
17+
* [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.
1818

1919
### Password based
20-
* [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
20+
* [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 service requires you to register for an API key via https://haveibeenpwned.com/API/Key
2121

2222
**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.**
2323

@@ -49,4 +49,6 @@ keepass2-haveibeenpwned is developed entirely in my own time. If you wish to sup
4949

5050
* **Andrew Schofield**
5151
* **Matt Schneeberger**
52-
* **strayge**
52+
* **strayge**
53+
* **SlightlyMadGargoyle**
54+
* **Jakob Ledermann**

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:
2-
HaveIBeenPwned checker:1.3.2-alpha.1+hibpv3
2+
HaveIBeenPwned checker:1.3.2
33
:

mono/HaveIBeenPwned.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)