zvibazak / Nice-MD5s

Let's find nice patterns of MD5!!
32 stars 2 forks source link

Add Polly's records #3

Closed FuzzyLitchi closed 1 year ago

FuzzyLitchi commented 1 year ago

I wrote some Rust software[1], which on my machine is about 1000x faster than your python implementation. I'm getting 4.6 MH/s. I think if we really want to get some nice md5 hashes, we should work on a GPU implementation of this program.

1: https://github.com/FuzzyLitchi/nice-md5s-rs

zvibazak commented 1 year ago

Thanks!

ElijahBare commented 1 year ago

Cuda implementation would be cool. I don't understand how we would get it though, would we have to iterate through every possible char combo until we hit each best match? Up to 32 characters at least.

zvibazak commented 1 year ago

We could also pray... :) @ElijahBare

ElijahBare commented 1 year ago

Ha. I'll start a cuda implementation. If you want talk add me on discord: JackOfSpades#3001