Skip to content

gopasspw/gopass-hibp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3ae466 · Nov 24, 2024
Nov 24, 2024
Sep 4, 2022
Jun 9, 2024
Mar 26, 2022
Nov 24, 2024
Nov 29, 2023
Nov 24, 2024
Jan 14, 2021
May 25, 2022
Jan 7, 2023
Nov 24, 2024
Nov 24, 2024
Nov 24, 2024
Nov 13, 2022
Nov 26, 2023
Jan 9, 2023
Nov 24, 2024

Repository files navigation

gopass-hibp

Gopass haveibeenpwnd.com integration

Installation

Fedora

To install gopass-hibp in Fedora you can do:

sudo dnf install gopass-hibp

From Source

go install github.com/gopasspw/gopass-hibp@latest

Setup

If you want to use the offline mode (dump) you need to obtain a HIBP dump (SHA1, ordered by hash). You can use one of the official sources but they haven't been updated in a while and it seems like they won't receive further updates.

Instead prefer the built-in downloader. It does use the same approach as the official .NET tool.

gopass-hibp download --output /some/folder/with/40G/dump.txt.gz

The data will be downloaded into a million chunks first and then assembled to a large file later. The output file will be around 18GB in size. During assembly of the chunks it will use twice that space for a short time.