Skip to content

Commit

Permalink
Update version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-schofield committed Sep 7, 2019
1 parent 101e287 commit a685339
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
5 changes: 2 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# keepass2-haveibeenpwned Changelog

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

### v1.3.1 - 2019-02-01
* Allow cancelling a running breach check.
Expand Down
Binary file modified HaveIBeenPwned.plgx
Binary file not shown.
4 changes: 2 additions & 2 deletions HaveIBeenPwned/HaveIBeenPwned.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="KeePass, Version=2.34.0.15991, Culture=neutral, PublicKeyToken=fed2ed7716aecf5c, processorArchitecture=MSIL">
<HintPath>$(USERPROFILE)\Dropbox\KeePass\KeePass.exe</HintPath>
<Reference Include="KeePass">
<HintPath>C:\Program Files (x86)\KeePass Password Safe 2\KeePass.exe</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
Expand Down
4 changes: 2 additions & 2 deletions HaveIBeenPwned/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
[assembly: AssemblyVersion("1.3.2.0")]
[assembly: AssemblyFileVersion("1.3.2.0")]
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Andrew Schofield
Copyright (c) 2017-2019 Andrew Schofield

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Mono users may find they need to install their distro equivalent of `mono-comple
## Currently Supported Breach Lists

### Site/Domain based
* [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
* [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.
* [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.

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

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

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

* **Andrew Schofield**
* **Matt Schneeberger**
* **strayge**
* **strayge**
* **SlightlyMadGargoyle**
* **Jakob Ledermann**
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
HaveIBeenPwned checker:1.3.2-alpha.1+hibpv3
HaveIBeenPwned checker:1.3.2
:
Binary file modified mono/HaveIBeenPwned.dll
Binary file not shown.

0 comments on commit a685339

Please sign in to comment.