Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 899 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 899 Bytes

HIBP_PasswordList_Slimmer

BannerMaintenance made-with-go MIT license

Tool in Go designed to reduce the size of Have I Been Pwned password lists and speed up searching.

Strongly inspired by pwnedpw_passfilt but rewritten in Go.

On my side (Intel I7 8565U) the conversion takes 54 minutes for the full NTLM hash list and the size decrease from about 19GB to about 10GB.

Usage

Clone the repo or download one of the binaries in the releases.

go run .\PwnDBConverter.go {InputHashFile} {HashType} {OutputFile}
.\PwnDBConverter.exe {InputHashFile} {HashType} {OutputFile}

Usage