Mihaifm HIBPOfflineCheck Versions Save

Keepass plugin that performs offline and online checks against HaveIBeenPwned passwords

1.7.0

4 years ago

Changes in this version:

  • allow passwords to be excluded from checks, via right-click menu option (#36)
  • added option to enable/disable automatic checks
  • disable asterisks for the HIBP status to improve compatibility with other plugins (#35)

1.6.1

4 years ago

Small patch release:

  • Fixed GUI issue preventing use of online mode

Requirements: .NET 4.5 (or Mono 4.8) and KeePass 2.42

1.6.0

4 years ago

New feature:

  • Bloom filter support - an alternative mode to check passwords

Requirements: .NET 4.5 (or Mono 4.8) and KeePass 2.42

1.5.1

4 years ago

Small GUI change:

  • Updated right click menu entry to be compatible with KeePass 2.42.1

Requirements: .NET 4.5 (or Mono 4.8) and KeePass 2.42

1.5.0

5 years ago

New features:

  • Check new entries automatically
  • Option to check all entries in the database
  • Option to clear HIBP status for all entries in the database

Requirements: .NET 4.5 and KeePass 2.41

1.4.1

5 years ago

Small patch release:

  • allows Linux build (Mono) by removing plgx compilation flag

Requirements: .NET 4.5 and KeePass 2.41

1.4.0

5 years ago

Added Online mode and several improvements:

  • Online mode can be activated in the options, and passwords will be checked using the HIBP public API
  • Added a progress bar when checking multiple passwords
  • Password checking can be interrupted at any time by the user

This version requires .NET 4.5 and KeePass 2.41

1.3.2

5 years ago

Small improvements and fixes:

  • support for password references
  • improvements to the options screen
  • implementation of the Tools menu interface added in Keepass 2.41

1.3.1

5 years ago

Big new release that adds:

  • configuration screen for the plugin
  • right click option to clear pwned status

This release contains a GPG signature file for the plgx binary. The public key for checking the signature is located in the Util folder of the repository.

1.2.0

5 years ago

New version with several improvements:

  • automatically check updated or new password entries
  • new option for bulk checking of selected entries under the right click menu
  • in case multiple versions of the password file are present, only the most recent one is used

This release contains a GPG signature file for the plgx binary. The public key for checking the signature is located in the Util folder of the repository. You can use the below commands to check the signature:

 curl https://raw.githubusercontent.com/mihaifm/HIBPOfflineCheck/master/Util/mihaifm.asc | gpg --import
 gpg --verify HIBPOfflineCheck.plgx.asc HIBPOfflineCheck.plgx