zvibazak / Nice-MD5s

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

Polly #1 #5

Open FuzzyLitchi opened 1 year ago

FuzzyLitchi commented 1 year ago

I made a GPU implementation of the program. I get 6GH/s on a GTX 970, but I can probably get more. I found this cool pi n=11 hash md5(b100d474eb100d60d000b08822844917) = 31415926535f1ade4ad780c95815f2dc. I'm gonna get the rest by (ab)using my universities' GPU cluster.

FuzzyLitchi commented 1 year ago

The CUDA code is pretty bad rn, so I'll be posting it once I clean it up.

zvibazak commented 1 year ago

I updated it. If you agree, please send here the GitHub and I'll add it.

DigitalFattoush commented 4 months ago

Hi @FuzzyLitchi ! Any chance you are able to share a CUDA/GPU implementation :)? I've got some spare hashing power I'd love to put to use.

FuzzyLitchi commented 4 months ago

@DigitalFattoush hey! I never ended up cleaning up the CUDA code (or really learning how CUDA works...) but here are the files. PollyCuda.zip It's probably really bad code, but it goes fast :)

DigitalFattoush commented 4 months ago

@FuzzyLitchi Awesome, thank you so much! Haha no worries at all, just how life goes sometimes :). You attempting it at all is inspiring!