Skip to content

Program that will print matches between 2 files (list of hashes and dictionnary).

Notifications You must be signed in to change notification settings

biji1/md5matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md5matcher (C++)

Simply get matches between 2 files:

  • A list of hash
  • A dictionnary

Usage

Compile it:

git clone https://github.com/biji1/md5matcher.git
cd md5matcher
make

Run it:

./md5matcher example/hashes example/words

Output:

"c0af77cf8294ff93a5cdb2963ca9f038" -> "tree"
"e6d96502596d7e7887b76646c5f615d9" -> "car"
"7813258ef8c6b632dde8cc80f6bda62f" -> no match found
"df53ca268240ca76670c8566ee54568a" -> "computer"
"a1b8585122e1ad60623d6a74d3eb3b6a" -> "cake"
time elapsed: 0 second(s)

About

@2016

About

Program that will print matches between 2 files (list of hashes and dictionnary).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published