Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 921 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 921 Bytes

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.