Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaifm committed May 12, 2023
1 parent e005930 commit d3e19a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions HIBPOfflineCheck/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.7.9.0")]
[assembly: AssemblyFileVersion("1.7.9.0")]
[assembly: AssemblyVersion("1.7.10.0")]
[assembly: AssemblyFileVersion("1.7.10.0")]
16 changes: 7 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ The plugin adds a new column to KeePass. When double-clicking the column for a s

## Prerequisites

If you are using KeePass on Windows, this plugin requires **Microsoft .NET Framework 4.5** to run.

When running KeePass under Mono (on Ubuntu/Debian), if the plugin does not compile or load, verify that you have installed the `mono-mcs` package. This package contains the compilers needed for KeePass to compile the plugins in the PLGX format.
Download the latest version of the [password list](https://haveibeenpwned.com/Passwords) using the [haveibeenpwned-downloader](https://github.com/HaveIBeenPwned/PwnedPasswordsDownloader):

- Download the latest version of the [password list](https://haveibeenpwned.com/Passwords) file from the _haveibeenpwned.com_ website. The required file is the one with format **SHA-1 (ordered by hash)**. Use the _Pwned Passwords downloader_ (as of May 2022, this is the best way to get the most up-to-date passwords as suggested by the _Have I Been Pwned_ project's author). Alternatively, use the torrent method.
haveibeenpwned-downloader.exe pwnedpasswords

__It's important that you get the SHA-1 (ordered by hash) version of the file, the plugin uses it for fast searching__.
Downloading the file is not required if Online mode is selected in the options.

- Extract the file from the 7-Zip archive.
If you are using KeePass on Windows, this plugin requires **Microsoft .NET Framework 4.5** to run.

Downloading the file is not required if Online mode is selected in the options, however using Offline mode significantly speeds up the checking process if you have a lot of passwords.
When running KeePass under Mono (on Ubuntu/Debian), if the plugin does not compile or load, verify that you have installed the `mono-mcs` package.

## Installation

Expand All @@ -51,9 +49,9 @@ Downloading the file is not required if Online mode is selected in the options,

To configure the plugin, open `Tools` -> `HIBP Offline Check...`

![image](https://user-images.githubusercontent.com/981184/209883257-0232c11f-0a2c-4f1d-b3c0-fa18b5b3c7bc.png)
![image](https://github.com/mihaifm/HIBPOfflineCheck/assets/981184/b134904f-5a8a-4cff-86cb-89fcd6abdf43)

If the Offline mode is selected then `Pwned passwords file` must be set to the extracted password list file. If `Pwned passwords file` is not set then the plugin will try to find a password list file in the same location as `KeePass.exe`.
If the Offline mode is selected then `Pwned passwords file` must be set to the password list file. If `Pwned passwords file` is not set then the plugin will try to find a password list file in the same location as `KeePass.exe`.

If you want to change `Column name`, a new column will be created with the new name and needs to be enabled under `View` -> `Configure Columns` -> `Provided by Plugins`. Before changing the column name, it is recommended that you clear the status of all entries (`Tools` -> `HIBP Offline Check` -> `Clear Status`).

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
HIBPOfflineCheck:1.7.9.0
HIBPOfflineCheck:1.7.10.0
:

0 comments on commit d3e19a9

Please sign in to comment.