Skip to content

jackbow/find_hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

output

Language Time to check 10mil hashes Relative Speed
Python 3882.30sec (~1hr) NA
Go 2.296sec 1,691x Python
Rust 1.151sec 2x Go; 3,773x Python

Reimplemented twice because I was curious about go, rust, and language speed differences. This was my first time trying go, rust, and multithreaded programming outside my OS class. Each reimplementation improves upon the last (better code, multithreading, live output, etc).

Used to find strings with md5 hashes which when converted to ASCII make unsanitized sql statements server-side evaluate to true regardless of correct password. Used for a sql injection as part of a web security project in my computer security class.

Releases

No releases published

Packages

No packages published