Skip to content

JoshuaMart/HIBP_PasswordList_Slimmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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