Skip to content

Command Line Hash List and Hash Comparison tool compatible with wombatforensics hash lists and hash matching using the BLAKE3 hash

Notifications You must be signed in to change notification settings

pjrinaldi/wombathasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wombathasher

A Command Line Hash List and Hash Comparison tool compatible with wombatforensics' hash lists and hash matching using the BLAKE3 hash.

The code is compiled using c++17.

The blake3 library is statically linked in, so can just download the binary and it should run fine. If you want to compile yourself, compile blake3 first. To compile libblake3, i use the following two commands...

  1. gcc -c blake3.c blake3_dispatch.c blake3_portable.c blake3_sse2_x86-64_unix.S blake3_sse41_x86-64_unix.S blake3_avx2_x86-64_unix.S blake3_avx512_x86-64_unix.S
  2. ar -rc libblake3.a blake3_avx2_x86-64_unix.o blake3_avx512_x86-64_unix.o blake3_dispatch.o blake3.o blake3_portable.o blake3_sse2_x86-64_unix.o blake3_sse41_x86-64_unix.o

To compile blake3 and wombathasher, you simply have to run the "build.sh" script.

About

Command Line Hash List and Hash Comparison tool compatible with wombatforensics hash lists and hash matching using the BLAKE3 hash

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published